@boxes-dev/dvb-runtime 1.0.875 → 1.0.876
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
|
@@ -76050,8 +76050,8 @@ var init_otel = __esm({
|
|
|
76050
76050
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
76051
76051
|
};
|
|
76052
76052
|
readBuildMetadata = () => {
|
|
76053
|
-
const rawPackageVersion = "1.0.
|
|
76054
|
-
const rawGitSha = "
|
|
76053
|
+
const rawPackageVersion = "1.0.876";
|
|
76054
|
+
const rawGitSha = "a64343c30424502e5ba8010686904d858db5979b";
|
|
76055
76055
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
76056
76056
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
76057
76057
|
return { packageVersion, gitSha };
|
|
@@ -108413,9 +108413,9 @@ var init_sentry = __esm({
|
|
|
108413
108413
|
uncaughtExceptionMonitorInstalled = false;
|
|
108414
108414
|
currentDevboxSentryUser = null;
|
|
108415
108415
|
readBuildMetadata2 = () => {
|
|
108416
|
-
const rawPackageVersion = "1.0.
|
|
108417
|
-
const rawGitSha = "
|
|
108418
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
108416
|
+
const rawPackageVersion = "1.0.876";
|
|
108417
|
+
const rawGitSha = "a64343c30424502e5ba8010686904d858db5979b";
|
|
108418
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.876+a64343c30424502e5ba8010686904d858db5979b";
|
|
108419
108419
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
108420
108420
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
108421
108421
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -116725,7 +116725,7 @@ var init_packageVersion = __esm({
|
|
|
116725
116725
|
return path17.join(process.cwd(), "dvb");
|
|
116726
116726
|
};
|
|
116727
116727
|
readEmbeddedPackageVersion = () => {
|
|
116728
|
-
const raw = "1.0.
|
|
116728
|
+
const raw = "1.0.876";
|
|
116729
116729
|
return trimVersion(raw);
|
|
116730
116730
|
};
|
|
116731
116731
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.mjs
CHANGED
|
@@ -73887,8 +73887,8 @@ var init_otel = __esm({
|
|
|
73887
73887
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
73888
73888
|
};
|
|
73889
73889
|
readBuildMetadata = () => {
|
|
73890
|
-
const rawPackageVersion = "1.0.
|
|
73891
|
-
const rawGitSha = "
|
|
73890
|
+
const rawPackageVersion = "1.0.876";
|
|
73891
|
+
const rawGitSha = "a64343c30424502e5ba8010686904d858db5979b";
|
|
73892
73892
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
73893
73893
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
73894
73894
|
return { packageVersion, gitSha };
|
|
@@ -106183,9 +106183,9 @@ var init_sentry = __esm({
|
|
|
106183
106183
|
uncaughtExceptionMonitorInstalled = false;
|
|
106184
106184
|
currentDevboxSentryUser = null;
|
|
106185
106185
|
readBuildMetadata2 = () => {
|
|
106186
|
-
const rawPackageVersion = "1.0.
|
|
106187
|
-
const rawGitSha = "
|
|
106188
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
106186
|
+
const rawPackageVersion = "1.0.876";
|
|
106187
|
+
const rawGitSha = "a64343c30424502e5ba8010686904d858db5979b";
|
|
106188
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.876+a64343c30424502e5ba8010686904d858db5979b";
|
|
106189
106189
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
106190
106190
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
106191
106191
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -111900,7 +111900,7 @@ var init_packageVersion = __esm({
|
|
|
111900
111900
|
return path8.join(process.cwd(), "dvb");
|
|
111901
111901
|
};
|
|
111902
111902
|
readEmbeddedPackageVersion = () => {
|
|
111903
|
-
const raw = "1.0.
|
|
111903
|
+
const raw = "1.0.876";
|
|
111904
111904
|
return trimVersion(raw);
|
|
111905
111905
|
};
|
|
111906
111906
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -146,6 +146,11 @@ history. Older activity captured before this metadata was available can still
|
|
|
146
146
|
show a generic code-call row; boxes.dev does not guess or reconstruct tool
|
|
147
147
|
calls that were not recorded at runtime.
|
|
148
148
|
|
|
149
|
+
Desktop transcript history uses collapsed mode by default for completed Codex
|
|
150
|
+
turns. Clear **View > Diagnostics > Use Collapsed Transcript History** to show
|
|
151
|
+
older intermediate activity inline instead. The current turn continues to show
|
|
152
|
+
its available activity while Codex is working.
|
|
153
|
+
|
|
149
154
|
Codex can have a saved goal. A goal tells Codex what to keep working toward
|
|
150
155
|
across turns. Users can start a goal from goal mode or with `/goal ...`, then
|
|
151
156
|
edit, pause, resume, replace, or clear it. Goal statuses include Pursuing goal,
|
|
@@ -208,14 +213,15 @@ thread action menu's Transcript style submenu: CLI style (a terminal-style
|
|
|
208
213
|
renderer) or Desktop style. Desktop style is the default. This is a display
|
|
209
214
|
preference for the transcript; it does not change the thread's underlying work.
|
|
210
215
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
Desktop transcript history uses collapsed mode by default. boxes.dev folds
|
|
217
|
+
intermediate activity for an older Claude Code turn after the user prompt and
|
|
218
|
+
final agent reply are both available. The current turn continues to show its
|
|
219
|
+
available commentary and tool activity inline. A stopped or failed turn
|
|
220
|
+
without a final agent reply also stays expanded. This behavior is the same in
|
|
221
|
+
Desktop and CLI transcript styles. Images returned successfully by Claude Code
|
|
222
|
+
tools stay visible outside the collapsed activity in both styles, before the
|
|
223
|
+
final agent reply. Clear **View > Diagnostics > Use Collapsed Transcript
|
|
224
|
+
History** to show older intermediate activity inline instead.
|
|
219
225
|
|
|
220
226
|
## Claude Code CLI Threads
|
|
221
227
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boxes-dev/dvb-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.876",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"e2b": "^2.18.0",
|
|
75
75
|
"ink-testing-library": "^4.0.0"
|
|
76
76
|
},
|
|
77
|
-
"devboxReleasedAt": "2026-07-27T07:
|
|
77
|
+
"devboxReleasedAt": "2026-07-27T07:48:58Z"
|
|
78
78
|
}
|