@boxes-dev/dvb-runtime 1.0.905 → 1.0.906

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.905";
95586
- const rawGitSha = "8f86ad0231e855c28493a8b8bbad75163240caf3";
95585
+ const rawPackageVersion = "1.0.906";
95586
+ const rawGitSha = "9d66703076b82febc2e3012c5541e83317701ade";
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.905";
127988
- const rawGitSha = "8f86ad0231e855c28493a8b8bbad75163240caf3";
127989
- const rawSentryRelease = "boxes-dev-dvb@1.0.905+8f86ad0231e855c28493a8b8bbad75163240caf3";
127987
+ const rawPackageVersion = "1.0.906";
127988
+ const rawGitSha = "9d66703076b82febc2e3012c5541e83317701ade";
127989
+ const rawSentryRelease = "boxes-dev-dvb@1.0.906+9d66703076b82febc2e3012c5541e83317701ade";
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.905";
136819
+ const raw = "1.0.906";
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.905";
92322
- const rawGitSha = "8f86ad0231e855c28493a8b8bbad75163240caf3";
92321
+ const rawPackageVersion = "1.0.906";
92322
+ const rawGitSha = "9d66703076b82febc2e3012c5541e83317701ade";
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.905";
124618
- const rawGitSha = "8f86ad0231e855c28493a8b8bbad75163240caf3";
124619
- const rawSentryRelease = "boxes-dev-dvb@1.0.905+8f86ad0231e855c28493a8b8bbad75163240caf3";
124617
+ const rawPackageVersion = "1.0.906";
124618
+ const rawGitSha = "9d66703076b82febc2e3012c5541e83317701ade";
124619
+ const rawSentryRelease = "boxes-dev-dvb@1.0.906+9d66703076b82febc2e3012c5541e83317701ade";
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.905";
130271
+ const raw = "1.0.906";
130272
130272
  return trimVersion(raw);
130273
130273
  };
130274
130274
  readNearestPackageMetadata = (basePath) => {
@@ -115,6 +115,11 @@ Eligible Template box threads can be moved to a new devbox. This is useful when
115
115
  a conversation started as a quick question or setup investigation but turns into
116
116
  real task work.
117
117
 
118
+ The destination starts from the latest saved Template box snapshot, while the
119
+ selected conversation moves with the thread even when it is newer than that
120
+ snapshot. Take a new snapshot first when setup, dependencies, database state,
121
+ services, or other Template box changes should also appear in the destination.
122
+
118
123
  The thread must be in a safe state to move. If the current turn is still
119
124
  running, wait for it to finish first. If the awake devbox limit is reached,
120
125
  boxes.dev asks the user to sleep another devbox before moving the thread.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.905",
3
+ "version": "1.0.906",
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-06T01:07:08Z"
82
+ "devboxReleasedAt": "2026-08-06T02:13:06Z"
83
83
  }