@boxes-dev/dvb-runtime 1.0.956 → 1.0.958

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
@@ -101145,8 +101145,8 @@ var init_otel = __esm({
101145
101145
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
101146
101146
  };
101147
101147
  readBuildMetadata = () => {
101148
- const rawPackageVersion = "1.0.956";
101149
- const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
101148
+ const rawPackageVersion = "1.0.958";
101149
+ const rawGitSha = "1436ae0e44cbd7325937bad75a389dc22a69ba80";
101150
101150
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
101151
101151
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
101152
101152
  return { packageVersion, gitSha };
@@ -133552,9 +133552,9 @@ var init_sentry = __esm({
133552
133552
  uncaughtExceptionMonitorInstalled = false;
133553
133553
  currentDevboxSentryUser = null;
133554
133554
  readBuildMetadata2 = () => {
133555
- const rawPackageVersion = "1.0.956";
133556
- const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
133557
- const rawSentryRelease = "boxes-dev-dvb@1.0.956+d2e5605ef665d03899ef0e1d43fdf56410588617";
133555
+ const rawPackageVersion = "1.0.958";
133556
+ const rawGitSha = "1436ae0e44cbd7325937bad75a389dc22a69ba80";
133557
+ const rawSentryRelease = "boxes-dev-dvb@1.0.958+1436ae0e44cbd7325937bad75a389dc22a69ba80";
133558
133558
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
133559
133559
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
133560
133560
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -138717,7 +138717,7 @@ var init_packageVersion = __esm({
138717
138717
  return path17.join(process.cwd(), "dvb");
138718
138718
  };
138719
138719
  readEmbeddedPackageVersion = () => {
138720
- const raw = "1.0.956";
138720
+ const raw = "1.0.958";
138721
138721
  return trimVersion(raw);
138722
138722
  };
138723
138723
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -96328,8 +96328,8 @@ var init_otel = __esm({
96328
96328
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
96329
96329
  };
96330
96330
  readBuildMetadata = () => {
96331
- const rawPackageVersion = "1.0.956";
96332
- const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
96331
+ const rawPackageVersion = "1.0.958";
96332
+ const rawGitSha = "1436ae0e44cbd7325937bad75a389dc22a69ba80";
96333
96333
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
96334
96334
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
96335
96335
  return { packageVersion, gitSha };
@@ -128624,9 +128624,9 @@ var init_sentry = __esm({
128624
128624
  uncaughtExceptionMonitorInstalled = false;
128625
128625
  currentDevboxSentryUser = null;
128626
128626
  readBuildMetadata2 = () => {
128627
- const rawPackageVersion = "1.0.956";
128628
- const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
128629
- const rawSentryRelease = "boxes-dev-dvb@1.0.956+d2e5605ef665d03899ef0e1d43fdf56410588617";
128627
+ const rawPackageVersion = "1.0.958";
128628
+ const rawGitSha = "1436ae0e44cbd7325937bad75a389dc22a69ba80";
128629
+ const rawSentryRelease = "boxes-dev-dvb@1.0.958+1436ae0e44cbd7325937bad75a389dc22a69ba80";
128630
128630
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
128631
128631
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
128632
128632
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -130818,7 +130818,7 @@ var init_packageVersion = __esm({
130818
130818
  return path8.join(process.cwd(), "dvb");
130819
130819
  };
130820
130820
  readEmbeddedPackageVersion = () => {
130821
- const raw = "1.0.956";
130821
+ const raw = "1.0.958";
130822
130822
  return trimVersion(raw);
130823
130823
  };
130824
130824
  readNearestPackageMetadata = (basePath) => {
@@ -28,10 +28,11 @@ One box-hour means one default 4 vCPU / 8 GiB devbox awake for one hour.
28
28
 
29
29
  If boxes.dev configures a larger machine size for a team, its awake time uses
30
30
  box-hours in proportion to its resources. One awake hour on a 4 vCPU / 16 GiB
31
- machine uses about 1.39 box-hours, while one awake hour on an 8 vCPU / 16 GiB
32
- machine uses 2 box-hours. This weighted usage applies to both included usage
33
- and prepaid overage credits. A team resource change applies to newly created
34
- Template boxes; it does not resize existing boxes.
31
+ machine uses about 1.39 box-hours. The 8 vCPU sizes use 2 box-hours with 16 GiB
32
+ of memory, about 2.39 box-hours with 24 GiB, and about 2.78 box-hours with 32
33
+ GiB. This weighted usage applies to both included usage and prepaid overage
34
+ credits. A team resource change applies to newly created Template boxes; it
35
+ does not resize existing boxes.
35
36
 
36
37
  Awake Template boxes and awake devboxes consume box-hours. Sleeping runtimes do
37
38
  not consume active box-hours while they are asleep. Idle devboxes can sleep
@@ -137,8 +137,9 @@ machine you last used. Return to one of your own threads or the Template box
137
137
  when you want runtime controls and Files, Git/Review, Terminal, Browser, or
138
138
  Ports.
139
139
 
140
- The app menu also includes Settings, Configure agents, Sign Out, update
141
- actions, and Show Workbench. The File menu also includes Delete This Project.
140
+ The app menu also includes **Project settings**, **Desktop app settings...**,
141
+ **Configure agents...**, **Sign Out**, update actions, and **Show Workbench**.
142
+ The File menu also includes **Delete This Project**.
142
143
 
143
144
  ## Runtime Status
144
145
 
@@ -163,15 +164,17 @@ runtime has no live metrics.
163
164
 
164
165
  Expand **Settings** beneath the Template box and open **Project settings** for
165
166
  settings that belong to the project rather than to a particular machine. This
166
- page contains **Project storage**, **Agent permissions for new devboxes**, and
167
- **Devbox lifecycle**, including the startup script, shared agent guidance,
167
+ page contains **Project storage**, **Git**, **Agent permissions for new
168
+ devboxes**, and **Devbox lifecycle**, including the project's preferred Git
169
+ action, commit thread-link behavior, startup script, shared agent guidance,
168
170
  inactivity behavior, and other new-devbox defaults. Opening it does not select
169
171
  or wake the Template box.
170
172
 
171
- The same Settings section opens **Desktop app settings** and **Configure
172
- agents**. The account identity at the bottom of the left pane opens account,
173
- billing, team, Team Template, update, and log-out actions without mixing those
174
- controls into project settings.
173
+ The same Settings section opens **Desktop app settings...** and **Configure
174
+ agents...** in separate windows. Desktop app settings contains only preferences
175
+ for the app and terminal on this computer. The account identity at the bottom
176
+ of the left pane opens account, billing, team, Team Template, update, and
177
+ log-out actions without mixing those controls into project settings.
175
178
 
176
179
  ## Template box
177
180
 
@@ -337,12 +337,12 @@ the CLI identity; do not run `gh auth login`, `gh auth logout`, or another
337
337
  as ordinary code owned by the same machine user and can use the connected
338
338
  identity while the grant is enabled.
339
339
 
340
- In desktop Settings, open Project Settings → Git to choose the project's
341
- Preferred Git action. Create a pull request keeps Create PR as the usual primary
342
- action. Push directly makes the applicable Push or Publish action primary
343
- instead. The preference applies to the project's Template box and its devboxes
344
- and changes ordering only: both workflows remain available whenever they are
345
- valid, while repository capabilities, working-tree actions, and
340
+ Open **Project settings** in the desktop app, then expand **Git** to choose the
341
+ project's Preferred Git action. Create a pull request keeps Create PR as the
342
+ usual primary action. Push directly makes the applicable Push or Publish action
343
+ primary instead. The preference applies to the project's Template box and its
344
+ devboxes and changes ordering only: both workflows remain available whenever
345
+ they are valid, while repository capabilities, working-tree actions, and
346
346
  existing-pull-request actions can still take precedence.
347
347
 
348
348
  The same settings page has **Add thread links to commits**, which is off by
@@ -37,7 +37,8 @@ new snapshot before starting the devbox.
37
37
  To configure startup behavior, open **Project settings** in the desktop app and
38
38
  edit **Startup Script** under **Devbox lifecycle** > **New devbox defaults**.
39
39
  The field saves shell commands directly as a project setting; boxes.dev does
40
- not create a script file for it.
40
+ not create a script file for it. The startup timeout defaults to 60 seconds and
41
+ can be set from 1 to 120 seconds.
41
42
 
42
43
  When a project has a devbox startup script, boxes.dev may reserve a disposable
43
44
  devbox and run that script after the user starts typing, before the first prompt
@@ -30,6 +30,10 @@ authority, and an unassociated box receives no targets.
30
30
 
31
31
  ## Current Box Role
32
32
 
33
+ Every managed agent, terminal, and child process receives `BOXES_DEVBOX=1` on
34
+ both Template boxes and ordinary devboxes. Use this presence flag when a tool
35
+ or skill only needs to know that it is running in a boxes.dev environment.
36
+
33
37
  An on-box agent can read whether it is running on the project's Template box or
34
38
  an ordinary devbox without contacting or waking another machine:
35
39
 
@@ -47,14 +47,14 @@ Common terminal actions:
47
47
  - If a detached session is shown, choose Connect to attach to it again.
48
48
  - If the selected runtime is sleeping, use Wake before terminal sessions load.
49
49
 
50
- Desktop Settings includes a Terminal Connection choice. Managed is the default
51
- attachment transport. Direct (Mosh) negotiates an encrypted UDP path for the
52
- lowest latency and repairs that path if connectivity changes. Both choices use
53
- the same persistent terminal sessions: tabs created in either mode are restored
54
- after reopening the app and can be attached through the other mode. Opening one
55
- session elsewhere replaces only that session's current attachment. Direct
56
- reports an error rather than falling back to Managed when its native component
57
- or the required remote support is unavailable.
50
+ **Desktop app settings > Connection** includes a Terminal Connection choice.
51
+ Managed is the default attachment transport. Direct (Mosh) negotiates an
52
+ encrypted UDP path for the lowest latency and repairs that path if connectivity
53
+ changes. Both choices use the same persistent terminal sessions: tabs created
54
+ in either mode are restored after reopening the app and can be attached through
55
+ the other mode. Opening one session elsewhere replaces only that session's
56
+ current attachment. Direct reports an error rather than falling back to Managed
57
+ when its native component or the required remote support is unavailable.
58
58
 
59
59
  Terminal tabs can show unread-output or attention indicators, including bell
60
60
  alerts when terminal notification settings allow them.
@@ -673,6 +673,9 @@ through that exact active share and adds the thread to the viewer's
673
673
  `/thread/` link is different: it identifies the thread for Team work, Git
674
674
  history, and the CLI, but does not grant access or save the thread by itself.
675
675
  It always applies the current team policy, privacy setting, and share access.
676
+ On a shared-thread browser page, choose **Open in app** to open the same
677
+ read-only thread in the desktop app, or in the mobile app when viewed on a
678
+ phone or tablet.
676
679
 
677
680
  To save an ordinary Team work thread, choose **Pin to my workbench**. A viewer
678
681
  can later choose **Remove from Shared with me** without revoking access.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.956",
3
+ "version": "1.0.958",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -77,5 +77,5 @@
77
77
  "e2b": "^2.18.0",
78
78
  "ink-testing-library": "^4.0.0"
79
79
  },
80
- "devboxReleasedAt": "2026-08-25T21:42:44Z"
80
+ "devboxReleasedAt": "2026-08-26T22:43:53Z"
81
81
  }