@boxes-dev/dvb-runtime 1.0.863 → 1.0.864

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.863";
76046
- const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
76045
+ const rawPackageVersion = "1.0.864";
76046
+ const rawGitSha = "23e7051a35ad798174a0f3b3dba4d6cccf5c5d49";
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.863";
108411
- const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
108412
- const rawSentryRelease = "boxes-dev-dvb@1.0.863+d353fb2b56a7c64be5901598e362d5c15cd49f2f";
108410
+ const rawPackageVersion = "1.0.864";
108411
+ const rawGitSha = "23e7051a35ad798174a0f3b3dba4d6cccf5c5d49";
108412
+ const rawSentryRelease = "boxes-dev-dvb@1.0.864+23e7051a35ad798174a0f3b3dba4d6cccf5c5d49";
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.863";
116292
+ const raw = "1.0.864";
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.863";
73881
- const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
73880
+ const rawPackageVersion = "1.0.864";
73881
+ const rawGitSha = "23e7051a35ad798174a0f3b3dba4d6cccf5c5d49";
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.863";
106179
- const rawGitSha = "d353fb2b56a7c64be5901598e362d5c15cd49f2f";
106180
- const rawSentryRelease = "boxes-dev-dvb@1.0.863+d353fb2b56a7c64be5901598e362d5c15cd49f2f";
106178
+ const rawPackageVersion = "1.0.864";
106179
+ const rawGitSha = "23e7051a35ad798174a0f3b3dba4d6cccf5c5d49";
106180
+ const rawSentryRelease = "boxes-dev-dvb@1.0.864+23e7051a35ad798174a0f3b3dba4d6cccf5c5d49";
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.863";
111864
+ const raw = "1.0.864";
111865
111865
  return trimVersion(raw);
111866
111866
  };
111867
111867
  readNearestPackageMetadata = (basePath) => {
@@ -32,16 +32,17 @@ changes.
32
32
  ## Creating An Automation
33
33
 
34
34
  Open the Automations section in the desktop workbench and choose **New
35
- automation**. Configure the agent, prompt, model controls, and trigger, then
36
- create the automation.
35
+ automation**. Choose when the automation should run, then configure its name,
36
+ agent, prompt, and model controls. Trigger-specific setup such as a schedule or
37
+ API endpoint appears below the prompt.
37
38
 
38
39
  New automations start with the same agent, model, reasoning, and speed defaults
39
40
  that a new thread would use on the Template box.
40
41
 
41
- New automations keep their runs nested under the automation row. Set **Show runs
42
- in the main thread list?** to **Yes** when you want runs to appear alongside
43
- normal devbox threads instead. Default Slack and Linear integration automations
44
- are fixed to the main thread list.
42
+ New automations keep their runs **Under this automation**. Change **Where runs
43
+ appear** to **In the main thread list** when you want runs alongside normal
44
+ devbox threads instead. Default Slack and Linear integration automations are
45
+ fixed to the main thread list.
45
46
 
46
47
  Draft automations are not live. After an automation is created, you can run it
47
48
  manually, pause it, activate it, duplicate it, or delete it when it has no
@@ -164,7 +165,8 @@ idle devbox can be slept.
164
165
  Scheduled automations whose runs stay nested under the automation can clean up
165
166
  their devboxes automatically. New and existing automations default to **Never**,
166
167
  so saving an automation does not make any devbox eligible unless you choose a
167
- cleanup timing.
168
+ cleanup timing. The same policy applies when you use **Run now** to test that
169
+ scheduled automation.
168
170
 
169
171
  You can clean up a devbox 30 minutes after its run finishes, after a chosen
170
172
  number of inactive days, or after a chosen number of newer scheduled runs have
@@ -179,18 +181,19 @@ threads that need input or were interrupted, and devboxes with another durable
179
181
  thread are always kept. Once a safeguard keeps a devbox, later removing the
180
182
  blocking condition does not make it eligible again.
181
183
 
182
- Changing the setting applies only to future scheduled runs. Use **Review
183
- existing** to see counts before explicitly applying the current policy to older
184
- runs. Manual **Run now**, API, Slack, Linear, and main-thread-list runs are not
185
- eligible for scheduled devbox cleanup.
184
+ Changing the setting applies only to future scheduled runs and future **Run
185
+ now** test runs for that scheduled automation. Use **Review existing** to see
186
+ counts before explicitly applying the current policy to older scheduled and
187
+ **Run now** runs. Manual-only, API, Slack, Linear, and main-thread-list runs are
188
+ not eligible for scheduled devbox cleanup.
186
189
 
187
190
  ## Run History
188
191
 
189
- Runs appear under the automation when **Show runs in the main thread list?** is
190
- set to **No**. They appear with regular devbox threads when it is set to
191
- **Yes**, or when they come from a default Slack or Linear integration. A run can
192
- be starting, ready, skipped, or failed. Ready runs have a child thread you can
193
- open like any other thread.
192
+ Runs use the **Under this automation** destination by default. Choose **In the
193
+ main thread list** to show them with regular devbox threads. Default Slack and
194
+ Linear integration runs always use the main thread list. A run can be starting,
195
+ ready, skipped, or failed. Ready runs have a child thread you can open like any
196
+ other thread.
194
197
 
195
198
  Each run keeps the full prompt, spawned-thread title, agent, model, reasoning,
196
199
  and speed controls it started with. The run detail identifies whether its
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.863",
3
+ "version": "1.0.864",
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-24T03:03:02Z"
63
+ "devboxReleasedAt": "2026-07-24T18:24:07Z"
64
64
  }