@boxes-dev/dvb-runtime 1.0.896 → 1.0.898
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/dvb.mjs +6 -6
- package/dist/bin/dvbd.mjs +6 -6
- package/dist/product-docs/references/automations.md +16 -16
- package/dist/product-docs/references/desktop-workbench.md +10 -0
- package/dist/product-docs/references/slack.md +3 -3
- package/dist/product-docs/references/threads-and-agents.md +4 -0
- package/package.json +2 -2
package/dist/bin/dvb.mjs
CHANGED
|
@@ -95575,8 +95575,8 @@ var init_otel = __esm({
|
|
|
95575
95575
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
95576
95576
|
};
|
|
95577
95577
|
readBuildMetadata = () => {
|
|
95578
|
-
const rawPackageVersion = "1.0.
|
|
95579
|
-
const rawGitSha = "
|
|
95578
|
+
const rawPackageVersion = "1.0.898";
|
|
95579
|
+
const rawGitSha = "ef8226f4f843d4099ca024bfec5699908e94518a";
|
|
95580
95580
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
95581
95581
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
95582
95582
|
return { packageVersion, gitSha };
|
|
@@ -127977,9 +127977,9 @@ var init_sentry = __esm({
|
|
|
127977
127977
|
uncaughtExceptionMonitorInstalled = false;
|
|
127978
127978
|
currentDevboxSentryUser = null;
|
|
127979
127979
|
readBuildMetadata2 = () => {
|
|
127980
|
-
const rawPackageVersion = "1.0.
|
|
127981
|
-
const rawGitSha = "
|
|
127982
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
127980
|
+
const rawPackageVersion = "1.0.898";
|
|
127981
|
+
const rawGitSha = "ef8226f4f843d4099ca024bfec5699908e94518a";
|
|
127982
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.898+ef8226f4f843d4099ca024bfec5699908e94518a";
|
|
127983
127983
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
127984
127984
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
127985
127985
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -136809,7 +136809,7 @@ var init_packageVersion = __esm({
|
|
|
136809
136809
|
return path17.join(process.cwd(), "dvb");
|
|
136810
136810
|
};
|
|
136811
136811
|
readEmbeddedPackageVersion = () => {
|
|
136812
|
-
const raw = "1.0.
|
|
136812
|
+
const raw = "1.0.898";
|
|
136813
136813
|
return trimVersion(raw);
|
|
136814
136814
|
};
|
|
136815
136815
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.mjs
CHANGED
|
@@ -92311,8 +92311,8 @@ var init_otel = __esm({
|
|
|
92311
92311
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
92312
92312
|
};
|
|
92313
92313
|
readBuildMetadata = () => {
|
|
92314
|
-
const rawPackageVersion = "1.0.
|
|
92315
|
-
const rawGitSha = "
|
|
92314
|
+
const rawPackageVersion = "1.0.898";
|
|
92315
|
+
const rawGitSha = "ef8226f4f843d4099ca024bfec5699908e94518a";
|
|
92316
92316
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
92317
92317
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
92318
92318
|
return { packageVersion, gitSha };
|
|
@@ -124607,9 +124607,9 @@ var init_sentry = __esm({
|
|
|
124607
124607
|
uncaughtExceptionMonitorInstalled = false;
|
|
124608
124608
|
currentDevboxSentryUser = null;
|
|
124609
124609
|
readBuildMetadata2 = () => {
|
|
124610
|
-
const rawPackageVersion = "1.0.
|
|
124611
|
-
const rawGitSha = "
|
|
124612
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
124610
|
+
const rawPackageVersion = "1.0.898";
|
|
124611
|
+
const rawGitSha = "ef8226f4f843d4099ca024bfec5699908e94518a";
|
|
124612
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.898+ef8226f4f843d4099ca024bfec5699908e94518a";
|
|
124613
124613
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
124614
124614
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
124615
124615
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -130261,7 +130261,7 @@ var init_packageVersion = __esm({
|
|
|
130261
130261
|
return path8.join(process.cwd(), "dvb");
|
|
130262
130262
|
};
|
|
130263
130263
|
readEmbeddedPackageVersion = () => {
|
|
130264
|
-
const raw = "1.0.
|
|
130264
|
+
const raw = "1.0.898";
|
|
130265
130265
|
return trimVersion(raw);
|
|
130266
130266
|
};
|
|
130267
130267
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -160,20 +160,20 @@ Capacity settings do not override billing limits or unavailable runtime state.
|
|
|
160
160
|
They only help when the blocker is the awake devbox concurrency limit and an
|
|
161
161
|
idle devbox can be slept.
|
|
162
162
|
|
|
163
|
-
##
|
|
163
|
+
## Automation Devbox Cleanup
|
|
164
164
|
|
|
165
|
-
Scheduled automations whose runs stay nested under the automation can
|
|
166
|
-
their devboxes automatically. New and existing automations default to
|
|
167
|
-
so saving an automation does not make any devbox eligible unless you
|
|
168
|
-
cleanup timing. The same policy applies when you use **Run now** to
|
|
169
|
-
scheduled automation.
|
|
165
|
+
Scheduled and API automations whose runs stay nested under the automation can
|
|
166
|
+
clean up their devboxes automatically. New and existing automations default to
|
|
167
|
+
**Never**, so saving an automation does not make any devbox eligible unless you
|
|
168
|
+
choose a cleanup timing. The same policy applies when you use **Run now** to
|
|
169
|
+
test that scheduled or API automation.
|
|
170
170
|
|
|
171
171
|
You can clean up a devbox 30 minutes after its run finishes, after a chosen
|
|
172
|
-
number of inactive days, or after a chosen number of newer
|
|
172
|
+
number of inactive days, or after a chosen number of newer eligible runs have
|
|
173
173
|
finished. Cleanup preserves the run thread directly in cold storage and
|
|
174
|
-
destroys its devbox; the automation run remains in run history and its
|
|
175
|
-
thread can still be opened without waking the Template box. Restore
|
|
176
|
-
explicitly if it needs to continue on the Template box.
|
|
174
|
+
destroys its devbox; the automation run remains in run history and its
|
|
175
|
+
archived thread can still be opened without waking the Template box. Restore
|
|
176
|
+
the thread explicitly if it needs to continue on the Template box.
|
|
177
177
|
|
|
178
178
|
By default, boxes.dev permanently keeps a devbox if it has uncommitted changes,
|
|
179
179
|
unpushed commits, or a follow-up after the initial agent response. You can
|
|
@@ -182,11 +182,11 @@ threads that need input or were interrupted, and devboxes with another durable
|
|
|
182
182
|
thread are always kept. Once a safeguard keeps a devbox, later removing the
|
|
183
183
|
blocking condition does not make it eligible again.
|
|
184
184
|
|
|
185
|
-
Changing the setting applies only to future scheduled runs and future
|
|
186
|
-
now** test runs for that
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
185
|
+
Changing the setting applies only to future scheduled or API runs and future
|
|
186
|
+
**Run now** test runs for that automation. Use **Review existing** to see counts
|
|
187
|
+
before explicitly applying the current policy to older eligible runs.
|
|
188
|
+
Manual-only, Slack, Linear, and main-thread-list runs are not eligible for
|
|
189
|
+
automation devbox cleanup.
|
|
190
190
|
|
|
191
191
|
If automatic cleanup repeatedly cannot access or destroy a devbox, boxes.dev
|
|
192
192
|
stops after eight failed attempts instead of retrying forever. The affected run
|
|
@@ -207,7 +207,7 @@ shows the same expandable devbox group used in the main thread list. Expand the
|
|
|
207
207
|
devbox to see and open each thread beneath the run.
|
|
208
208
|
|
|
209
209
|
Expanding a nested automation loads its most recent runs in pages. Choose
|
|
210
|
-
**Load more runs** to see older history. Threads archived by
|
|
210
|
+
**Load more runs** to see older history. Threads archived by automation devbox
|
|
211
211
|
cleanup remain openable beneath the automation even when they are older than
|
|
212
212
|
the thread list's currently loaded history.
|
|
213
213
|
|
|
@@ -258,6 +258,16 @@ own role is read-only there, so another team admin must change it. Invitations
|
|
|
258
258
|
remain for new accounts; if an email is already on the team, manage that person
|
|
259
259
|
in the **Members** section instead.
|
|
260
260
|
|
|
261
|
+
Team Settings also shows **Static egress IP**. This optional feature gives the
|
|
262
|
+
team a stable public IPv4 to allowlist at an external database or service. It
|
|
263
|
+
is visible but off by default; use **Talk to us** to request enablement. Once
|
|
264
|
+
enabled, all team members can copy the current static IP and read the configured
|
|
265
|
+
destinations. Team admins can add or remove exact public hostnames with exact
|
|
266
|
+
TCP ports, such as `db.example.com` on `5432`. Wildcards, IP literals, private
|
|
267
|
+
destinations, port ranges, and UDP are not supported. When the feature or its
|
|
268
|
+
current policy is unavailable, configured destinations fail closed while
|
|
269
|
+
unrelated runtime traffic continues normally.
|
|
270
|
+
|
|
261
271
|
## Updates And Feedback
|
|
262
272
|
|
|
263
273
|
When a desktop update has downloaded, the titlebar can show a restart-to-update
|
|
@@ -163,9 +163,9 @@ omission in Slack, and tells the agent which intended input was not delivered.
|
|
|
163
163
|
If the work depends on an omitted file, attach it manually in the boxes.dev
|
|
164
164
|
thread.
|
|
165
165
|
|
|
166
|
-
Change the setting
|
|
167
|
-
|
|
168
|
-
|
|
166
|
+
Change the setting in the automation's own editor. For the default
|
|
167
|
+
`@boxes.dev` mention, open **Configure** on the **Default behavior** card on the
|
|
168
|
+
Slack integration home to reach that editor.
|
|
169
169
|
|
|
170
170
|
## Output Destinations
|
|
171
171
|
|
|
@@ -326,6 +326,10 @@ does not change the picker.
|
|
|
326
326
|
On managed Template boxes and devboxes, Claude Code can start one level of
|
|
327
327
|
subagents. Those subagents cannot start another level of subagents.
|
|
328
328
|
|
|
329
|
+
Native Claude Code transcripts do not expire after 30 days on managed Template
|
|
330
|
+
boxes and devboxes. They remain on the owning machine until boxes.dev
|
|
331
|
+
intentionally moves them to cold storage or that machine is destroyed.
|
|
332
|
+
|
|
329
333
|
Claude Code may ask the user structured questions. The question card can show
|
|
330
334
|
choice answers, multi-select answers, and skip options. Every Claude-authored
|
|
331
335
|
question also includes **Type something else...** for a custom answer and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boxes-dev/dvb-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.898",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"e2b": "^2.18.0",
|
|
80
80
|
"ink-testing-library": "^4.0.0"
|
|
81
81
|
},
|
|
82
|
-
"devboxReleasedAt": "2026-08-
|
|
82
|
+
"devboxReleasedAt": "2026-08-05T18:56:07Z"
|
|
83
83
|
}
|