@boxes-dev/dvb-runtime 1.0.914 → 1.0.915

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.914";
95586
- const rawGitSha = "4e489cfe30bb0631b63045b1ccd0f11064108698";
95585
+ const rawPackageVersion = "1.0.915";
95586
+ const rawGitSha = "a7789caf87a796d8b5e4df66b99d6c39f5be2bf7";
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.914";
127988
- const rawGitSha = "4e489cfe30bb0631b63045b1ccd0f11064108698";
127989
- const rawSentryRelease = "boxes-dev-dvb@1.0.914+4e489cfe30bb0631b63045b1ccd0f11064108698";
127987
+ const rawPackageVersion = "1.0.915";
127988
+ const rawGitSha = "a7789caf87a796d8b5e4df66b99d6c39f5be2bf7";
127989
+ const rawSentryRelease = "boxes-dev-dvb@1.0.915+a7789caf87a796d8b5e4df66b99d6c39f5be2bf7";
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.914";
136819
+ const raw = "1.0.915";
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.914";
92322
- const rawGitSha = "4e489cfe30bb0631b63045b1ccd0f11064108698";
92321
+ const rawPackageVersion = "1.0.915";
92322
+ const rawGitSha = "a7789caf87a796d8b5e4df66b99d6c39f5be2bf7";
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.914";
124618
- const rawGitSha = "4e489cfe30bb0631b63045b1ccd0f11064108698";
124619
- const rawSentryRelease = "boxes-dev-dvb@1.0.914+4e489cfe30bb0631b63045b1ccd0f11064108698";
124617
+ const rawPackageVersion = "1.0.915";
124618
+ const rawGitSha = "a7789caf87a796d8b5e4df66b99d6c39f5be2bf7";
124619
+ const rawSentryRelease = "boxes-dev-dvb@1.0.915+a7789caf87a796d8b5e4df66b99d6c39f5be2bf7";
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.914";
130271
+ const raw = "1.0.915";
130272
130272
  return trimVersion(raw);
130273
130273
  };
130274
130274
  readNearestPackageMetadata = (basePath) => {
@@ -95,9 +95,13 @@ credits, fixes auto-reload, updates payment, or changes plan.
95
95
 
96
96
  ## Awake Devbox Limits
97
97
 
98
- Awake devbox limits count awake devboxes. The Template box is separate from the
99
- devbox count, so plan copy describes concurrency as "Template box plus N awake
100
- devboxes."
98
+ Awake devbox limits count customer-active awake devboxes. A devbox that is
99
+ awake only for proven boxes.dev maintenance does not use a customer slot or
100
+ appear in the list of devboxes the customer can sleep to make room. It remains
101
+ visible as physically awake in the normal inventory. If the customer connects
102
+ to or resumes that devbox, it starts counting immediately. The Template box is
103
+ separate from the devbox count, so plan copy describes concurrency as
104
+ "Template box plus N awake devboxes."
101
105
 
102
106
  When the awake devbox limit is reached, boxes.dev asks the user to sleep an
103
107
  existing devbox before waking another devbox, creating a new devbox + thread,
@@ -26,7 +26,7 @@ active; or revoke a release.
26
26
 
27
27
  Only one admin edits a particular Team Template at a time. Different Team
28
28
  Templates have independent editing locks, so an admin can prepare more than one
29
- without crossing their files or release history. An editing machine remains
29
+ without crossing their files or release history. An editing session remains
30
30
  assigned to its admin if the desktop app closes or the machine sleeps.
31
31
 
32
32
  An admin can separately allow agents on one of their ordinary project Template
@@ -44,10 +44,18 @@ collection shows each named template separately, including its description,
44
44
  machine size, current release, and editing status. Team admins can also reveal
45
45
  archived templates here.
46
46
 
47
- Admins create a Team Template from this collection. Its name and description
48
- can change later, but its machine size is fixed after creation and is inherited
49
- by projects made from it. Creating the entry does not publish a usable release:
50
- an admin must take control, prepare the machine, and save it first.
47
+ Admins create a Team Template from this collection. The default flow starts
48
+ from GitHub: choose one or several existing repositories, or create a new
49
+ repository on GitHub, then review their direct-child paths under
50
+ `/home/boxes`. **Start empty** keeps the clean-machine flow available. GitHub
51
+ setup requires the current desktop app because it securely copies this desktop
52
+ account's reusable SSH key into the editing session. An interrupted setup can
53
+ be continued from the template's card or detail page.
54
+
55
+ The template's name and description can change later, but its machine size is
56
+ fixed after creation and is inherited by projects made from it. Creating and
57
+ preparing the entry does not publish a usable release: an admin must inspect
58
+ the machine and save it first.
51
59
 
52
60
  Open a template's detail page to inspect its active release and release
53
61
  history. Admins also manage its name, description, project setup instructions,
@@ -57,11 +65,11 @@ new-project flow instead.
57
65
 
58
66
  ## Editing And Publishing
59
67
 
60
- Open a Team Template, then choose **Take control** to open its editing machine.
61
- This opens a focused, full-window editing session showing the source release
62
- and session age. It supports Terminal, Files, Git, and Browser panes, but it is
63
- not an ordinary project workbench: it does not host Codex or Claude threads,
64
- create devboxes, or offer normal project snapshot, restore, or reset controls.
68
+ Open a Team Template, then choose **Take control** to start an editing session.
69
+ The focused, full-window editor shows the source release and session age. It
70
+ supports Terminal, Files, Git, and Browser panes, but it is not an ordinary
71
+ project workbench: it does not host Codex or Claude threads, create devboxes,
72
+ or offer normal project snapshot, restore, or reset controls.
65
73
  Use **Pause editing** to sleep the machine while keeping both the checkout and
66
74
  unsaved files for the same admin.
67
75
 
@@ -71,7 +79,7 @@ When editing is finished, choose one of these actions:
71
79
  boxes.dev-managed state, runs the team's release cleanup script if one is
72
80
  configured, and captures and verifies the next immutable release before
73
81
  making it active. Saving continues if the admin closes the window.
74
- - **Discard changes** destroys the editing machine and keeps the previous
82
+ - **Discard changes** destroys the editing session and keeps the previous
75
83
  active release unchanged. The confirmation requires typing `DISCARD`.
76
84
 
77
85
  Members can continue creating projects from that template's active release
@@ -116,6 +124,21 @@ setup** in the creation flow; that failure does not block **Open project**.
116
124
 
117
125
  ## Git Access
118
126
 
127
+ While an admin edits a Team Template in the desktop app, boxes.dev installs
128
+ this desktop account's reusable GitHub SSH key into the editing session and
129
+ verifies each detected GitHub remote with that exact key. If GitHub does not
130
+ know the key yet, the setup flow shows its public key for manual
131
+ registration. The same desktop key is reused across later editing sessions,
132
+ so it normally needs to be registered only once, not once per checkout.
133
+
134
+ The private key remains local to that desktop account and in the current
135
+ editing session. Another admin uses their own desktop key; they never receive
136
+ the template creator's private key. Browser editing remains available, but
137
+ managed Git pull and push requires opening the template in a current desktop
138
+ app. Before a Team Template release is captured, boxes.dev removes its managed
139
+ key copy, host configuration, and credential-transfer staging from the editing
140
+ session.
141
+
119
142
  Existing repositories, remotes, multiple-repository layouts, and submodules
120
143
  are copied with the release. The destination project receives fresh boxes.dev
121
144
  project and repository identity instead of the publishing admin's project
@@ -138,7 +161,11 @@ in the environment—including `.env` files, databases, shell history, or
138
161
  custom SSH and cloud credentials—are copied into every project created from
139
162
  the release.
140
163
 
141
- Review the editing machine and the save warning before publishing. Configure a
164
+ The desktop SSH key that boxes.dev manages for Team Template Git access is
165
+ removed automatically before release capture. This does not cover SSH keys or
166
+ credentials that an admin installs manually outside that managed path.
167
+
168
+ Review the editing session and the save warning before publishing. Configure a
142
169
  release cleanup script in the template's settings when the team intentionally
143
170
  wants to remove additional team-authored state. It runs after boxes.dev removes
144
171
  its own managed state; a nonzero exit stops the save instead of publishing a
@@ -147,7 +174,7 @@ partially cleaned release.
147
174
  ## Taking Over A Sleeping Edit
148
175
 
149
176
  Another admin cannot enter the current admin's raw editing session. If one Team
150
- Template's editing machine is sleeping, the next admin must choose **Resolve**
177
+ Template's editing session is asleep, the next admin must choose **Resolve**
151
178
  and explicitly save or discard that work first. Saving makes the sleeping
152
179
  admin's work the next active release; discarding permanently destroys their
153
180
  unsaved work and keeps the current release. boxes.dev then creates a fresh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.914",
3
+ "version": "1.0.915",
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-07T23:00:57Z"
82
+ "devboxReleasedAt": "2026-08-08T00:00:39Z"
83
83
  }