@boxes-dev/dvb-runtime 1.0.894 → 1.0.895
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 +6 -0
- package/dist/product-docs/references/desktop-workbench.md +30 -0
- package/dist/product-docs/references/mobile.md +12 -2
- package/dist/product-docs/references/onbox-agent-tools.md +34 -2
- package/dist/product-docs/references/project-setup.md +3 -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.895";
|
|
95579
|
+
const rawGitSha = "a6e12f1acfa8d9135c24a7905b53a01a895fcbb0";
|
|
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.895";
|
|
127981
|
+
const rawGitSha = "a6e12f1acfa8d9135c24a7905b53a01a895fcbb0";
|
|
127982
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.895+a6e12f1acfa8d9135c24a7905b53a01a895fcbb0";
|
|
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.895";
|
|
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.895";
|
|
92315
|
+
const rawGitSha = "a6e12f1acfa8d9135c24a7905b53a01a895fcbb0";
|
|
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.895";
|
|
124611
|
+
const rawGitSha = "a6e12f1acfa8d9135c24a7905b53a01a895fcbb0";
|
|
124612
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.895+a6e12f1acfa8d9135c24a7905b53a01a895fcbb0";
|
|
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.895";
|
|
130265
130265
|
return trimVersion(raw);
|
|
130266
130266
|
};
|
|
130267
130267
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -188,6 +188,12 @@ counts before explicitly applying the current policy to older scheduled and
|
|
|
188
188
|
**Run now** runs. Manual-only, API, Slack, Linear, and main-thread-list runs are
|
|
189
189
|
not eligible for scheduled devbox cleanup.
|
|
190
190
|
|
|
191
|
+
If automatic cleanup repeatedly cannot access or destroy a devbox, boxes.dev
|
|
192
|
+
stops after eight failed attempts instead of retrying forever. The affected run
|
|
193
|
+
shows **Cleanup needs attention** while its thread and devbox remain available.
|
|
194
|
+
Open the run to choose **Wake and retry cleanup** or **Keep devbox**. Background
|
|
195
|
+
cleanup failures do not interrupt the workbench with devbox-destroy toasts.
|
|
196
|
+
|
|
191
197
|
## Run History
|
|
192
198
|
|
|
193
199
|
Runs use the **Under this automation** destination by default. Choose **In the
|
|
@@ -31,6 +31,28 @@ Template box and each devbox then remember their last aux-pane choice
|
|
|
31
31
|
independently, so returning to a runtime restores its previous pane. Pane widths
|
|
32
32
|
can be resized.
|
|
33
33
|
|
|
34
|
+
## Right-Click Menus
|
|
35
|
+
|
|
36
|
+
Most workbench surfaces have right-click menus, and each shows the same
|
|
37
|
+
actions as the surface's other affordances:
|
|
38
|
+
|
|
39
|
+
- Thread rows open the same menu as their **...** button (pin, rename, mark
|
|
40
|
+
unread, archive, copy actions, and devbox actions where they apply).
|
|
41
|
+
- File links in transcripts offer Open, Open expanded, Reveal in Files pane,
|
|
42
|
+
Copy path (with line when the link has one), and Download. Images in
|
|
43
|
+
transcripts and previews offer Open in Files pane, Copy path, Save image,
|
|
44
|
+
and Copy image. Clicking an image opens its fullscreen preview without
|
|
45
|
+
opening the Files pane.
|
|
46
|
+
- The terminal offers Copy, Paste, Select All, and Clear. File-tree entries,
|
|
47
|
+
the file viewer header, git staging rows, diff rows, the browser pane,
|
|
48
|
+
search results, and git history commits have menus with their surfaces'
|
|
49
|
+
actions.
|
|
50
|
+
- Selected text anywhere offers a standard Copy menu; links and images offer
|
|
51
|
+
copy and open actions.
|
|
52
|
+
|
|
53
|
+
Actions that are unavailable in the current state appear disabled with an
|
|
54
|
+
explanation rather than disappearing.
|
|
55
|
+
|
|
34
56
|
## Keyboard Shortcuts
|
|
35
57
|
|
|
36
58
|
The workbench has keyboard shortcuts for the most common actions. macOS uses
|
|
@@ -228,6 +250,14 @@ selected.
|
|
|
228
250
|
The terminal can request attention when a bell occurs, based on the desktop
|
|
229
251
|
terminal notification settings.
|
|
230
252
|
|
|
253
|
+
## Team Settings
|
|
254
|
+
|
|
255
|
+
Team admins can open **Team Settings** from the workbench menu to review current
|
|
256
|
+
members and change another member between **Admin** and **Member**. An admin's
|
|
257
|
+
own role is read-only there, so another team admin must change it. Invitations
|
|
258
|
+
remain for new accounts; if an email is already on the team, manage that person
|
|
259
|
+
in the **Members** section instead.
|
|
260
|
+
|
|
231
261
|
## Updates And Feedback
|
|
232
262
|
|
|
233
263
|
When a desktop update has downloaded, the titlebar can show a restart-to-update
|
|
@@ -47,6 +47,11 @@ unpinning, marking unread, archiving, unarchiving, deleting when available, and
|
|
|
47
47
|
ending live sessions. Eligible Codex and Claude threads on the Template box can
|
|
48
48
|
be moved to a new devbox after their current turn finishes.
|
|
49
49
|
|
|
50
|
+
From an open Template-box thread, use **New snapshot** in the header overflow
|
|
51
|
+
menu to update the snapshot used by future devboxes. The Template box briefly
|
|
52
|
+
becomes unavailable while the snapshot is created; the mobile app reports when
|
|
53
|
+
it succeeds or why it could not start.
|
|
54
|
+
|
|
50
55
|
An archived cold-storage thread stays readable on mobile without waking the
|
|
51
56
|
Template box. Use **Restore thread** to materialize it on the Template box while
|
|
52
57
|
keeping it archived, or **Restore and unarchive** to make it active again in one
|
|
@@ -76,6 +81,11 @@ text size as the composer. The composer can also show:
|
|
|
76
81
|
- image and file attachments when available;
|
|
77
82
|
- send, stop, and interrupt controls.
|
|
78
83
|
|
|
84
|
+
When Codex waits for MCP servers during startup, the startup row names the
|
|
85
|
+
servers that are still loading. If an MCP needs authentication again, mobile
|
|
86
|
+
shows a dismissible notice that names it and directs you to **Integrations →
|
|
87
|
+
MCPs** in the desktop app.
|
|
88
|
+
|
|
79
89
|
With the **Web session renderer** enabled, press **Enter** on the mobile
|
|
80
90
|
keyboard to add a new line. Use the send button to submit the message.
|
|
81
91
|
|
|
@@ -162,5 +172,5 @@ Git staging and commits, port forwarding, runtime process inspection, and
|
|
|
162
172
|
detailed review.
|
|
163
173
|
|
|
164
174
|
Use mobile when you want to monitor progress, answer questions, send a quick
|
|
165
|
-
follow-up, inspect a linked file or diff, open a
|
|
166
|
-
devbox, or check billing/status away from the desktop.
|
|
175
|
+
follow-up, take a Template-box snapshot, inspect a linked file or diff, open a
|
|
176
|
+
shell, sleep or destroy a devbox, or check billing/status away from the desktop.
|
|
@@ -74,6 +74,19 @@ box, it fails with `delegation_disabled` without creating a thread or devbox.
|
|
|
74
74
|
The current box determines the project automatically. Do not run
|
|
75
75
|
`dvb projects list` or look up a project selector before starting the thread.
|
|
76
76
|
|
|
77
|
+
Before selecting an execution model, list the choices currently available from
|
|
78
|
+
the managed agent installed on the source box:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
dvb-onbox threads options --agent codex --json
|
|
82
|
+
dvb-onbox threads options --agent claude --json
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
The result includes exact model IDs, the default model, each model's available
|
|
86
|
+
reasoning efforts, and its default effort. Treat it as the authority for the
|
|
87
|
+
current box; do not guess from an older list. Discovery reads only the source
|
|
88
|
+
box and does not create, wake, or inspect a destination devbox.
|
|
89
|
+
|
|
77
90
|
From an authorized source box, start a Codex or Claude thread on a new devbox:
|
|
78
91
|
|
|
79
92
|
```bash
|
|
@@ -85,6 +98,25 @@ dvb-onbox threads start \
|
|
|
85
98
|
--json
|
|
86
99
|
```
|
|
87
100
|
|
|
101
|
+
To make an explicit selection, add a model returned by `threads options` and,
|
|
102
|
+
when supported, one of that model's reasoning efforts:
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
dvb-onbox threads start \
|
|
106
|
+
--target new-devbox \
|
|
107
|
+
--agent codex \
|
|
108
|
+
--prompt-file <path> \
|
|
109
|
+
--idempotency-key <caller-key> \
|
|
110
|
+
--model <model-id> \
|
|
111
|
+
--reasoning-effort <effort> \
|
|
112
|
+
--json
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
`--model` without `--reasoning-effort` uses that model's reported default
|
|
116
|
+
effort. Omit `--reasoning-effort` for a model whose effort list is empty.
|
|
117
|
+
Reasoning effort without a model is invalid. Omitting both controls keeps the
|
|
118
|
+
managed default behavior used by older `dvb-onbox` versions.
|
|
119
|
+
|
|
88
120
|
The new devbox belongs to the source box's project and uses the latest eligible
|
|
89
121
|
Template-box snapshot. If no eligible snapshot exists, the command fails with
|
|
90
122
|
`snapshot_required`; it never snapshots or clones the live source box.
|
|
@@ -105,8 +137,8 @@ another project is rejected even when both projects belong to the same user.
|
|
|
105
137
|
|
|
106
138
|
The Template box may be a source but is never a delegated thread target. Both
|
|
107
139
|
forms return the child thread and devbox IDs. Retry an uncertain result with the
|
|
108
|
-
same idempotency key and identical arguments
|
|
109
|
-
key fail.
|
|
140
|
+
same idempotency key and identical arguments, including model and reasoning
|
|
141
|
+
effort; changed arguments under the same key fail.
|
|
110
142
|
|
|
111
143
|
This permission is deliberately narrow: `dvb-onbox` does not expose project
|
|
112
144
|
inventory, devbox destruction or archive, generic lifecycle, exec, services,
|
|
@@ -446,6 +446,9 @@ Common recovery paths:
|
|
|
446
446
|
automatically continue after Stop. When the user and agent agree the setup
|
|
447
447
|
work is ready, the agent's normal completion command starts finalization
|
|
448
448
|
without a separate retry prompt.
|
|
449
|
+
- Returning to a setup thread later can refresh its temporary setup access
|
|
450
|
+
quietly. If boxes.dev cannot verify that access for the same project and
|
|
451
|
+
Template box, use the shown action to start a new thread or restart setup.
|
|
449
452
|
- Remote provisioning pause: use the shown action, such as retry setup, rebuild
|
|
450
453
|
the bundle, or manage billing.
|
|
451
454
|
- Alias conflict: choose a different project name or delete the conflicting
|
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.895",
|
|
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-04T22:36:38Z"
|
|
83
83
|
}
|