@boxes-dev/dvb-runtime 1.0.857 → 1.0.859

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.cjs CHANGED
@@ -76042,8 +76042,8 @@ var init_otel = __esm({
76042
76042
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
76043
76043
  };
76044
76044
  readBuildMetadata = () => {
76045
- const rawPackageVersion = "1.0.857";
76046
- const rawGitSha = "6d9e601084e93355a939be6a8e24199b04d60b25";
76045
+ const rawPackageVersion = "1.0.859";
76046
+ const rawGitSha = "c828bab902b372221dbe4a6217f1b7d25727a1b8";
76047
76047
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
76048
76048
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
76049
76049
  return { packageVersion, gitSha };
@@ -108407,9 +108407,9 @@ var init_sentry = __esm({
108407
108407
  uncaughtExceptionMonitorInstalled = false;
108408
108408
  currentDevboxSentryUser = null;
108409
108409
  readBuildMetadata2 = () => {
108410
- const rawPackageVersion = "1.0.857";
108411
- const rawGitSha = "6d9e601084e93355a939be6a8e24199b04d60b25";
108412
- const rawSentryRelease = "boxes-dev-dvb@1.0.857+6d9e601084e93355a939be6a8e24199b04d60b25";
108410
+ const rawPackageVersion = "1.0.859";
108411
+ const rawGitSha = "c828bab902b372221dbe4a6217f1b7d25727a1b8";
108412
+ const rawSentryRelease = "boxes-dev-dvb@1.0.859+c828bab902b372221dbe4a6217f1b7d25727a1b8";
108413
108413
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
108414
108414
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
108415
108415
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -116289,7 +116289,7 @@ var init_packageVersion = __esm({
116289
116289
  return import_node_path20.default.join(process.cwd(), "dvb");
116290
116290
  };
116291
116291
  readEmbeddedPackageVersion = () => {
116292
- const raw = "1.0.857";
116292
+ const raw = "1.0.859";
116293
116293
  return trimVersion(raw);
116294
116294
  };
116295
116295
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73877,8 +73877,8 @@ var init_otel = __esm({
73877
73877
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73878
73878
  };
73879
73879
  readBuildMetadata = () => {
73880
- const rawPackageVersion = "1.0.857";
73881
- const rawGitSha = "6d9e601084e93355a939be6a8e24199b04d60b25";
73880
+ const rawPackageVersion = "1.0.859";
73881
+ const rawGitSha = "c828bab902b372221dbe4a6217f1b7d25727a1b8";
73882
73882
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73883
73883
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73884
73884
  return { packageVersion, gitSha };
@@ -106175,9 +106175,9 @@ var init_sentry = __esm({
106175
106175
  uncaughtExceptionMonitorInstalled = false;
106176
106176
  currentDevboxSentryUser = null;
106177
106177
  readBuildMetadata2 = () => {
106178
- const rawPackageVersion = "1.0.857";
106179
- const rawGitSha = "6d9e601084e93355a939be6a8e24199b04d60b25";
106180
- const rawSentryRelease = "boxes-dev-dvb@1.0.857+6d9e601084e93355a939be6a8e24199b04d60b25";
106178
+ const rawPackageVersion = "1.0.859";
106179
+ const rawGitSha = "c828bab902b372221dbe4a6217f1b7d25727a1b8";
106180
+ const rawSentryRelease = "boxes-dev-dvb@1.0.859+c828bab902b372221dbe4a6217f1b7d25727a1b8";
106181
106181
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106182
106182
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106183
106183
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111861,7 +111861,7 @@ var init_packageVersion = __esm({
111861
111861
  return import_node_path11.default.join(process.cwd(), "dvb");
111862
111862
  };
111863
111863
  readEmbeddedPackageVersion = () => {
111864
- const raw = "1.0.857";
111864
+ const raw = "1.0.859";
111865
111865
  return trimVersion(raw);
111866
111866
  };
111867
111867
  readNearestPackageMetadata = (basePath) => {
@@ -205,12 +205,13 @@ should be included in the pull request.
205
205
 
206
206
  Pushing directly to the default branch remains available as a separate action.
207
207
  Its label names the commit count and exact remote destination, and its
208
- dialog shows Pull followed by a separately confirmed Push. Pull strategy starts
209
- at Repository setting, which honors the branch or global Git configuration.
210
- Rebase runs `git pull --rebase`, and Merge runs `git pull --no-rebase` for that
208
+ dialog shows the Pull and Push commands before a single Pull & push action runs
209
+ them in order. Push runs only after Pull succeeds. Pull strategy starts at
210
+ Repository setting, which honors the branch or global Git configuration. Rebase
211
+ runs `git pull --rebase`, and Merge runs `git pull --no-rebase` for that
211
212
  attempt. Pull performs its own remote fetch; there is no separate Check origin
212
- button. Changing the target or strategy requires Pull again, and a rejected
213
- Push also returns to Pull before another attempt.
213
+ button. Changing the target or strategy restarts the sequence, and a rejected
214
+ Push returns to Pull before another combined attempt.
214
215
 
215
216
  If Pull stops on conflicts, nothing is pushed. Git/Review names the active
216
217
  merge or rebase and conflicted files, while leaving the Git operation available
@@ -188,7 +188,9 @@ Destroy and archive permanently deletes the devbox filesystem, moves its threads
188
188
  back to the Template box, and archives those threads, including secondary
189
189
  threads that were already archived inside the devbox. The confirmation dialog
190
190
  warns about uncommitted changes, changed files, and local-only commits when that
191
- information is available.
191
+ information is available. After the selected devbox is destroyed, desktop opens
192
+ a new devbox thread draft with the same agent as the thread that was selected.
193
+ The replacement devbox is created when that draft is sent.
192
194
 
193
195
  If a Codex or Claude turn is still working when destruction is confirmed,
194
196
  boxes.dev stops that turn before moving and archiving the transcript. Other
@@ -208,4 +210,4 @@ until that draft is opened and discarded.
208
210
  Automations, Slack, and Linear runs also create work on devboxes. Treat those
209
211
  devboxes like normal task devboxes: review the thread, inspect files and git
210
212
  changes, test the selected devbox, save useful work, then sleep or destroy the
211
- devbox when done.
213
+ devbox when done.
@@ -56,7 +56,7 @@ current thread state, the composer can also show:
56
56
  - follow-up mode and queued follow-ups;
57
57
  - pending Codex requests that need your response;
58
58
  - Claude Code questions and pending messages;
59
- - image attachments;
59
+ - image and file attachments when available;
60
60
  - send, stop, and interrupt controls.
61
61
 
62
62
  Claude Code model and reasoning selections stay with the thread, sync with the
@@ -87,7 +87,8 @@ For more detail about what to do when a devbox is finished, read
87
87
  Mobile can open file and diff links from thread activity. The file viewer
88
88
  supports text files with syntax highlighting, image previews, downloads, retry
89
89
  after errors, highlighted lines, and diff mode with added and removed line
90
- counts.
90
+ counts. Image previews fit the available screen and support pinch zoom and
91
+ panning.
91
92
 
92
93
  Large downloads may open through the browser. Full file browsing, uploads,
93
94
  inline review, Git staging, commits, and history are desktop workbench
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.857",
3
+ "version": "1.0.859",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -60,5 +60,5 @@
60
60
  "@boxes-dev/daemon": "*",
61
61
  "e2b": "^2.18.0"
62
62
  },
63
- "devboxReleasedAt": "2026-07-23T17:58:09Z"
63
+ "devboxReleasedAt": "2026-07-23T20:50:48Z"
64
64
  }