@boxes-dev/dvb-runtime 1.0.861 → 1.0.863

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.861";
76046
- const rawGitSha = "203e5ece2d7ef409e1444974fe7e2c0db5f4bd28";
76045
+ const rawPackageVersion = "1.0.863";
76046
+ const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
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.861";
108411
- const rawGitSha = "203e5ece2d7ef409e1444974fe7e2c0db5f4bd28";
108412
- const rawSentryRelease = "boxes-dev-dvb@1.0.861+203e5ece2d7ef409e1444974fe7e2c0db5f4bd28";
108410
+ const rawPackageVersion = "1.0.863";
108411
+ const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
108412
+ const rawSentryRelease = "boxes-dev-dvb@1.0.863+d353fb2b56a7c64be5901598e362d5c15cd49f2f";
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.861";
116292
+ const raw = "1.0.863";
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.861";
73881
- const rawGitSha = "203e5ece2d7ef409e1444974fe7e2c0db5f4bd28";
73880
+ const rawPackageVersion = "1.0.863";
73881
+ const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
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.861";
106179
- const rawGitSha = "203e5ece2d7ef409e1444974fe7e2c0db5f4bd28";
106180
- const rawSentryRelease = "boxes-dev-dvb@1.0.861+203e5ece2d7ef409e1444974fe7e2c0db5f4bd28";
106178
+ const rawPackageVersion = "1.0.863";
106179
+ const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
106180
+ const rawSentryRelease = "boxes-dev-dvb@1.0.863+d353fb2b56a7c64be5901598e362d5c15cd49f2f";
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.861";
111864
+ const raw = "1.0.863";
111865
111865
  return trimVersion(raw);
111866
111866
  };
111867
111867
  readNearestPackageMetadata = (basePath) => {
@@ -81,7 +81,8 @@ or for continuing with another agent without creating another machine.
81
81
  Secondary threads on a devbox can be archived without destroying the devbox. The
82
82
  devbox row and original devbox thread still own devbox lifecycle actions;
83
83
  archiving a secondary thread only hides that child thread from the active devbox
84
- group until it is unarchived.
84
+ group until it is unarchived. If the archived child was selected, desktop opens
85
+ the most recent remaining thread on that same devbox.
85
86
 
86
87
  ## Working Inside The Devbox
87
88
 
@@ -189,8 +190,8 @@ back to the Template box, and archives those threads, including secondary
189
190
  threads that were already archived inside the devbox. The confirmation dialog
190
191
  warns about uncommitted changes, changed files, and local-only commits when that
191
192
  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.
193
+ the no-thread-selected state. It does not automatically create another draft or
194
+ devbox; use **New devbox + thread** when more isolated work is needed.
194
195
 
195
196
  If a Codex or Claude turn is still working when destruction is confirmed,
196
197
  boxes.dev stops that turn before moving and archiving the transcript. Other
@@ -62,6 +62,9 @@ text size as the composer. The composer can also show:
62
62
 
63
63
  Claude Code model and reasoning selections stay with the thread, sync with the
64
64
  desktop composer, and remain selected when the thread is reopened or resumed.
65
+ While an agent turn is active, the mobile composer shows **Stop** even after
66
+ you type or attach files. Stopping preserves that draft and its attachments so
67
+ you can send them as soon as the turn finishes stopping.
65
68
 
66
69
  Use the terminal button in a session when you need a shell for the thread's
67
70
  current runtime.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.861",
3
+ "version": "1.0.863",
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-24T00:17:47Z"
63
+ "devboxReleasedAt": "2026-07-24T03:03:02Z"
64
64
  }