@boxes-dev/dvb-runtime 1.0.879 → 1.0.881

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 CHANGED
@@ -76050,8 +76050,8 @@ var init_otel = __esm({
76050
76050
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
76051
76051
  };
76052
76052
  readBuildMetadata = () => {
76053
- const rawPackageVersion = "1.0.879";
76054
- const rawGitSha = "bf08b6b7f24a2ea5475da95069a3e3d8dda8f7a4";
76053
+ const rawPackageVersion = "1.0.881";
76054
+ const rawGitSha = "0c84f0682fdbaafc0f552487ddc3e636d510e8bd";
76055
76055
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
76056
76056
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
76057
76057
  return { packageVersion, gitSha };
@@ -108413,9 +108413,9 @@ var init_sentry = __esm({
108413
108413
  uncaughtExceptionMonitorInstalled = false;
108414
108414
  currentDevboxSentryUser = null;
108415
108415
  readBuildMetadata2 = () => {
108416
- const rawPackageVersion = "1.0.879";
108417
- const rawGitSha = "bf08b6b7f24a2ea5475da95069a3e3d8dda8f7a4";
108418
- const rawSentryRelease = "boxes-dev-dvb@1.0.879+bf08b6b7f24a2ea5475da95069a3e3d8dda8f7a4";
108416
+ const rawPackageVersion = "1.0.881";
108417
+ const rawGitSha = "0c84f0682fdbaafc0f552487ddc3e636d510e8bd";
108418
+ const rawSentryRelease = "boxes-dev-dvb@1.0.881+0c84f0682fdbaafc0f552487ddc3e636d510e8bd";
108419
108419
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
108420
108420
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
108421
108421
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -116841,7 +116841,7 @@ var init_packageVersion = __esm({
116841
116841
  return path17.join(process.cwd(), "dvb");
116842
116842
  };
116843
116843
  readEmbeddedPackageVersion = () => {
116844
- const raw = "1.0.879";
116844
+ const raw = "1.0.881";
116845
116845
  return trimVersion(raw);
116846
116846
  };
116847
116847
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -73887,8 +73887,8 @@ var init_otel = __esm({
73887
73887
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73888
73888
  };
73889
73889
  readBuildMetadata = () => {
73890
- const rawPackageVersion = "1.0.879";
73891
- const rawGitSha = "bf08b6b7f24a2ea5475da95069a3e3d8dda8f7a4";
73890
+ const rawPackageVersion = "1.0.881";
73891
+ const rawGitSha = "0c84f0682fdbaafc0f552487ddc3e636d510e8bd";
73892
73892
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73893
73893
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73894
73894
  return { packageVersion, gitSha };
@@ -106183,9 +106183,9 @@ var init_sentry = __esm({
106183
106183
  uncaughtExceptionMonitorInstalled = false;
106184
106184
  currentDevboxSentryUser = null;
106185
106185
  readBuildMetadata2 = () => {
106186
- const rawPackageVersion = "1.0.879";
106187
- const rawGitSha = "bf08b6b7f24a2ea5475da95069a3e3d8dda8f7a4";
106188
- const rawSentryRelease = "boxes-dev-dvb@1.0.879+bf08b6b7f24a2ea5475da95069a3e3d8dda8f7a4";
106186
+ const rawPackageVersion = "1.0.881";
106187
+ const rawGitSha = "0c84f0682fdbaafc0f552487ddc3e636d510e8bd";
106188
+ const rawSentryRelease = "boxes-dev-dvb@1.0.881+0c84f0682fdbaafc0f552487ddc3e636d510e8bd";
106189
106189
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106190
106190
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106191
106191
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111907,7 +111907,7 @@ var init_packageVersion = __esm({
111907
111907
  return path8.join(process.cwd(), "dvb");
111908
111908
  };
111909
111909
  readEmbeddedPackageVersion = () => {
111910
- const raw = "1.0.879";
111910
+ const raw = "1.0.881";
111911
111911
  return trimVersion(raw);
111912
111912
  };
111913
111913
  readNearestPackageMetadata = (basePath) => {
@@ -97,10 +97,11 @@ need auth. A Configure agents window temporarily routes desktop port forwarding
97
97
  to the Template box so browser authorization callbacks reach it even when a
98
98
  devbox is selected; closing the window restores the previously selected runtime.
99
99
  A server with a saved OAuth sign-in shows as **OAuth configured** rather than
100
- connected, because a saved sign-in can expire; use its **Reconnect** button to
101
- re-run the sign-in if that server later fails to start in a thread. After
102
- updating project MCP server auth or config, take a Template box snapshot so new
103
- devboxes inherit the updated MCP state.
100
+ connected, because a saved sign-in can expire. That status is visible on the
101
+ server row; **Reconnect** remains available as an optional action to re-run the
102
+ sign-in if that server later fails to start in a thread. After updating project
103
+ MCP server auth or config, take a Template box snapshot so new devboxes inherit
104
+ the updated MCP state.
104
105
 
105
106
  Project setup Codex scans may use the user's local Codex sign-in on this
106
107
  computer or the boxes.dev Codex proxy, depending on which setup path is
@@ -208,7 +208,8 @@ remains visible after returning to or reloading the thread until it is resolved.
208
208
  Claude Code threads expose model and reasoning controls when available. Claude
209
209
  Code also supports slash commands when the thread surface has command lookup
210
210
  enabled. On desktop, `/model` opens the model picker, and `/model <model>`
211
- switches directly to a known model.
211
+ switches directly to a known model. Older supported model generations appear
212
+ under **More models** in the picker.
212
213
 
213
214
  Model and reasoning selections belong to the Claude Code thread. A new
214
215
  selection remains associated with that thread while it is applied, and the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.879",
3
+ "version": "1.0.881",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -74,5 +74,5 @@
74
74
  "e2b": "^2.18.0",
75
75
  "ink-testing-library": "^4.0.0"
76
76
  },
77
- "devboxReleasedAt": "2026-07-28T00:57:59Z"
77
+ "devboxReleasedAt": "2026-07-28T04:53:57Z"
78
78
  }