@boxes-dev/dvb-runtime 1.0.941 → 1.0.942

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
@@ -95684,8 +95684,8 @@ var init_otel = __esm({
95684
95684
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
95685
95685
  };
95686
95686
  readBuildMetadata = () => {
95687
- const rawPackageVersion = "1.0.941";
95688
- const rawGitSha = "33574b8f76badae4eb1f3701a8160a6254abcade";
95687
+ const rawPackageVersion = "1.0.942";
95688
+ const rawGitSha = "cd3fc259b350855f0ced0daba2b8cbd98ea292d1";
95689
95689
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
95690
95690
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
95691
95691
  return { packageVersion, gitSha };
@@ -128091,9 +128091,9 @@ var init_sentry = __esm({
128091
128091
  uncaughtExceptionMonitorInstalled = false;
128092
128092
  currentDevboxSentryUser = null;
128093
128093
  readBuildMetadata2 = () => {
128094
- const rawPackageVersion = "1.0.941";
128095
- const rawGitSha = "33574b8f76badae4eb1f3701a8160a6254abcade";
128096
- const rawSentryRelease = "boxes-dev-dvb@1.0.941+33574b8f76badae4eb1f3701a8160a6254abcade";
128094
+ const rawPackageVersion = "1.0.942";
128095
+ const rawGitSha = "cd3fc259b350855f0ced0daba2b8cbd98ea292d1";
128096
+ const rawSentryRelease = "boxes-dev-dvb@1.0.942+cd3fc259b350855f0ced0daba2b8cbd98ea292d1";
128097
128097
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
128098
128098
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
128099
128099
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -137396,7 +137396,7 @@ var init_packageVersion = __esm({
137396
137396
  return path17.join(process.cwd(), "dvb");
137397
137397
  };
137398
137398
  readEmbeddedPackageVersion = () => {
137399
- const raw = "1.0.941";
137399
+ const raw = "1.0.942";
137400
137400
  return trimVersion(raw);
137401
137401
  };
137402
137402
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -92391,8 +92391,8 @@ var init_otel = __esm({
92391
92391
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
92392
92392
  };
92393
92393
  readBuildMetadata = () => {
92394
- const rawPackageVersion = "1.0.941";
92395
- const rawGitSha = "33574b8f76badae4eb1f3701a8160a6254abcade";
92394
+ const rawPackageVersion = "1.0.942";
92395
+ const rawGitSha = "cd3fc259b350855f0ced0daba2b8cbd98ea292d1";
92396
92396
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
92397
92397
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
92398
92398
  return { packageVersion, gitSha };
@@ -124687,9 +124687,9 @@ var init_sentry = __esm({
124687
124687
  uncaughtExceptionMonitorInstalled = false;
124688
124688
  currentDevboxSentryUser = null;
124689
124689
  readBuildMetadata2 = () => {
124690
- const rawPackageVersion = "1.0.941";
124691
- const rawGitSha = "33574b8f76badae4eb1f3701a8160a6254abcade";
124692
- const rawSentryRelease = "boxes-dev-dvb@1.0.941+33574b8f76badae4eb1f3701a8160a6254abcade";
124690
+ const rawPackageVersion = "1.0.942";
124691
+ const rawGitSha = "cd3fc259b350855f0ced0daba2b8cbd98ea292d1";
124692
+ const rawSentryRelease = "boxes-dev-dvb@1.0.942+cd3fc259b350855f0ced0daba2b8cbd98ea292d1";
124693
124693
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
124694
124694
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
124695
124695
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -130583,7 +130583,7 @@ var init_packageVersion = __esm({
130583
130583
  return path8.join(process.cwd(), "dvb");
130584
130584
  };
130585
130585
  readEmbeddedPackageVersion = () => {
130586
- const raw = "1.0.941";
130586
+ const raw = "1.0.942";
130587
130587
  return trimVersion(raw);
130588
130588
  };
130589
130589
  readNearestPackageMetadata = (basePath) => {
@@ -58,10 +58,64 @@ preparing the entry does not publish a usable release: an admin must inspect
58
58
  the machine and save it first.
59
59
 
60
60
  Open a template's detail page to inspect its active release and release
61
- history. Admins also manage its name, description, project setup instructions,
62
- release cleanup script, and archive state there. The detail page is for
63
- inspection and administration; members start projects from the normal
64
- new-project flow instead.
61
+ history. Admins also manage its Project defaults, name, description, release
62
+ cleanup script, and archive state there. The detail page is for inspection and
63
+ administration; members start projects from the normal new-project flow
64
+ instead. Restore an archived Team Template before changing its Project defaults
65
+ or running maintenance.
66
+
67
+ ## Project Defaults
68
+
69
+ The **Project defaults** card controls what future projects receive. Its
70
+ editors cover setup instructions, devbox startup and teardown behavior, Team
71
+ Template maintenance and GitHub watches, Git and port behavior, Project URLs,
72
+ and project-scoped MCP connections.
73
+
74
+ Each editor saves independently and takes effect immediately for project
75
+ creation. Saving a Project default does not publish a filesystem release and
76
+ does not wait for the current editing session to close. Unsaved changes remain
77
+ only in that focused editor; there is no configuration draft, publish action,
78
+ history, or rollback. Existing projects never follow later changes.
79
+
80
+ Project URLs receive fresh hostnames in each new project. MCP defaults contain
81
+ only connection details, never credentials or a Codex/Claude choice. A new
82
+ project normally receives an unconnected project-scoped MCP; its owner uses the
83
+ ordinary MCP UI to sign in or add keys and choose agents. An exact matching
84
+ account-wide MCP is reused. If an account-wide MCP has the same agent name but
85
+ different settings, the account-wide MCP continues to apply and the owner must
86
+ either rename the Team Template MCP to keep both or skip that inherited MCP.
87
+ Account-wide MCPs apply across all projects and are edited from ordinary MCP
88
+ settings.
89
+
90
+ Machine size is fixed for the Team Template lineage and is not a Project
91
+ default. Project creation offers no per-default overrides; members can change
92
+ the resulting ordinary project afterward.
93
+
94
+ ## Team Template Maintenance
95
+
96
+ Maintenance is real behavior for the Team Template, not only a preset for its
97
+ children. An admin configures its script, schedule, and optional GitHub watches
98
+ under **Project defaults**, or chooses **Run now**. boxes.dev restores the
99
+ active release into a temporary team-owned maintenance machine with no user
100
+ owner or customer billing, uses short-lived repository-scoped GitHub App
101
+ access, runs the script, captures and verifies the result, and activates one
102
+ new release. A failure preserves the prior active release and never modifies an
103
+ admin's editing machine.
104
+
105
+ A maintenance trigger waits behind an active editing session and starts after
106
+ the session closes. Multiple triggers coalesce into the pending run. If the
107
+ script succeeds but publication fails, the detail page offers **Retry
108
+ publication** and **Discard result**; publication retry does not rerun the
109
+ script. If GitHub App access is lost, use **Open GitHub settings** to restore
110
+ the tracked repositories, then choose **Refresh repository access** on the
111
+ maintenance failure before running it again. Repair refreshes only repositories
112
+ the Team Template already tracks; it does not add or replace a repository.
113
+
114
+ New projects receive an independent maintenance policy and watches containing
115
+ only the saved behavior. Their schedules start at the next future occurrence,
116
+ and enabled watches establish a fresh repository baseline without an initial
117
+ run. Authorization, repository baselines, run history, errors, and other live
118
+ state are never copied.
65
119
 
66
120
  ## Editing And Publishing
67
121
 
@@ -127,30 +181,39 @@ Start the ordinary new-project flow and choose **Start from a Team Template**.
127
181
  Select the exact template, then name the project and choose which coding agents
128
182
  should be available. The picker shows only templates with a published active
129
183
  release and does not preselect one. Before creation, the flow shows the exact
130
- release, machine size, and any included project setup instructions.
131
-
132
- boxes.dev pins that release when creation starts, creates a normal user-owned
133
- Template box, and makes the project available through the ordinary desktop
134
- workbench. It never silently substitutes another Team Template or a newer
135
- release. **Cancel and clean up** removes an unfinished creation. A recoverable
136
- failure stays in the flow with **Retry creation**, and returning to the same
137
- template reattaches to its unfinished creation.
184
+ release, machine size, and a read-only summary of the current Project defaults.
185
+
186
+ If the Team Template has any GitHub maintenance watch, including a disabled
187
+ watch, project creation requires the member's current boxes.dev GitHub
188
+ connection and GitHub App access to every watched repository. The flow presents
189
+ the existing connect, update-authorization, install, or grant-access action and
190
+ does not allocate the Template box until access is satisfied.
191
+
192
+ When creation starts, boxes.dev pins the selected filesystem release and the
193
+ current saved Project defaults as separate inputs. Later Team Template edits do
194
+ not change that in-progress job. boxes.dev creates a normal user-owned Template
195
+ box and makes the project available through the ordinary desktop workbench. It
196
+ never silently substitutes another Team Template or a newer release. **Cancel
197
+ and clean up** removes an unfinished creation. A recoverable failure stays in
198
+ the flow with **Retry creation**, and returning to the same template reattaches
199
+ to its unfinished creation.
138
200
 
139
201
  The new project is independent. Later Team Template releases, release cleanup,
140
202
  or leaving the team do not modify or remove the project's Template box,
141
203
  threads, snapshots, or devboxes. Creating it uses a normal project slot and its
142
204
  runtime uses the member's normal billing entitlement.
143
205
 
144
- An admin can save project setup instructions in the template's settings. Each
145
- release keeps the version of those instructions that existed when it was
146
- published. If instructions are present and the selected agent is authenticated,
206
+ Setup instructions are current Project defaults, not part of the release save
207
+ cadence. If instructions are present and the selected agent is authenticated,
147
208
  boxes.dev starts an optional setup thread after the project and its initial
148
209
  snapshot are usable. Project creation is considered complete once that setup
149
210
  thread starts; the user can open the project while it continues. The agent is
150
211
  asked to finish and validate as much setup as the destination user's
151
212
  credentials allow, explain anything the user must finish, and take a new
152
- Template box snapshot when done. If the setup thread cannot start, use **Retry
153
- setup** in the creation flow; that failure does not block **Open project**.
213
+ Template box snapshot when done. If the setup thread or an optional inherited
214
+ resource fails, the project remains usable. The creation card and the completed
215
+ project's **Template setup needs attention** row show only unresolved items and
216
+ offer a retry.
154
217
 
155
218
  ## Git Access
156
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.941",
3
+ "version": "1.0.942",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -81,5 +81,5 @@
81
81
  "e2b": "^2.18.0",
82
82
  "ink-testing-library": "^4.0.0"
83
83
  },
84
- "devboxReleasedAt": "2026-08-20T21:35:26Z"
84
+ "devboxReleasedAt": "2026-08-20T21:54:37Z"
85
85
  }