@boxes-dev/dvb-runtime 1.0.910 → 1.0.911

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
@@ -95582,8 +95582,8 @@ var init_otel = __esm({
95582
95582
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
95583
95583
  };
95584
95584
  readBuildMetadata = () => {
95585
- const rawPackageVersion = "1.0.910";
95586
- const rawGitSha = "716eddfd71d8a59ffd5cab57a27f3eb8b61ff4fe";
95585
+ const rawPackageVersion = "1.0.911";
95586
+ const rawGitSha = "e2eb4dad13c6c518db95f7c985caec7bb1fe4455";
95587
95587
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
95588
95588
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
95589
95589
  return { packageVersion, gitSha };
@@ -127984,9 +127984,9 @@ var init_sentry = __esm({
127984
127984
  uncaughtExceptionMonitorInstalled = false;
127985
127985
  currentDevboxSentryUser = null;
127986
127986
  readBuildMetadata2 = () => {
127987
- const rawPackageVersion = "1.0.910";
127988
- const rawGitSha = "716eddfd71d8a59ffd5cab57a27f3eb8b61ff4fe";
127989
- const rawSentryRelease = "boxes-dev-dvb@1.0.910+716eddfd71d8a59ffd5cab57a27f3eb8b61ff4fe";
127987
+ const rawPackageVersion = "1.0.911";
127988
+ const rawGitSha = "e2eb4dad13c6c518db95f7c985caec7bb1fe4455";
127989
+ const rawSentryRelease = "boxes-dev-dvb@1.0.911+e2eb4dad13c6c518db95f7c985caec7bb1fe4455";
127990
127990
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
127991
127991
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
127992
127992
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -136816,7 +136816,7 @@ var init_packageVersion = __esm({
136816
136816
  return path17.join(process.cwd(), "dvb");
136817
136817
  };
136818
136818
  readEmbeddedPackageVersion = () => {
136819
- const raw = "1.0.910";
136819
+ const raw = "1.0.911";
136820
136820
  return trimVersion(raw);
136821
136821
  };
136822
136822
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -92318,8 +92318,8 @@ var init_otel = __esm({
92318
92318
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
92319
92319
  };
92320
92320
  readBuildMetadata = () => {
92321
- const rawPackageVersion = "1.0.910";
92322
- const rawGitSha = "716eddfd71d8a59ffd5cab57a27f3eb8b61ff4fe";
92321
+ const rawPackageVersion = "1.0.911";
92322
+ const rawGitSha = "e2eb4dad13c6c518db95f7c985caec7bb1fe4455";
92323
92323
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
92324
92324
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
92325
92325
  return { packageVersion, gitSha };
@@ -124614,9 +124614,9 @@ var init_sentry = __esm({
124614
124614
  uncaughtExceptionMonitorInstalled = false;
124615
124615
  currentDevboxSentryUser = null;
124616
124616
  readBuildMetadata2 = () => {
124617
- const rawPackageVersion = "1.0.910";
124618
- const rawGitSha = "716eddfd71d8a59ffd5cab57a27f3eb8b61ff4fe";
124619
- const rawSentryRelease = "boxes-dev-dvb@1.0.910+716eddfd71d8a59ffd5cab57a27f3eb8b61ff4fe";
124617
+ const rawPackageVersion = "1.0.911";
124618
+ const rawGitSha = "e2eb4dad13c6c518db95f7c985caec7bb1fe4455";
124619
+ const rawSentryRelease = "boxes-dev-dvb@1.0.911+e2eb4dad13c6c518db95f7c985caec7bb1fe4455";
124620
124620
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
124621
124621
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
124622
124622
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -130268,7 +130268,7 @@ var init_packageVersion = __esm({
130268
130268
  return path8.join(process.cwd(), "dvb");
130269
130269
  };
130270
130270
  readEmbeddedPackageVersion = () => {
130271
- const raw = "1.0.910";
130271
+ const raw = "1.0.911";
130272
130272
  return trimVersion(raw);
130273
130273
  };
130274
130274
  readNearestPackageMetadata = (basePath) => {
@@ -333,6 +333,12 @@ Native Claude Code transcripts do not expire after 30 days on managed Template
333
333
  boxes and devboxes. They remain on the owning machine until boxes.dev
334
334
  intentionally moves them to cold storage or that machine is destroyed.
335
335
 
336
+ When Claude Code enters plan mode, the desktop and mobile composers show
337
+ **Plan mode** while Claude is planning without changing project files. When
338
+ Claude is ready to leave plan mode, its **Exit plan mode** approval offers
339
+ **Allow** or **Deny**; denying keeps the thread in plan mode, while allowing
340
+ lets Claude return to implementation work.
341
+
336
342
  Claude Code may ask the user structured questions. The question card can show
337
343
  choice answers, multi-select answers, and skip options. Every Claude-authored
338
344
  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.910",
3
+ "version": "1.0.911",
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-07T02:28:16Z"
82
+ "devboxReleasedAt": "2026-08-07T03:22:01Z"
83
83
  }