@boxes-dev/dvb-runtime 1.0.827 → 1.0.829
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 +10 -8
- package/dist/bin/dvb.cjs.map +1 -1
- package/dist/bin/dvbd.cjs +6 -6
- package/package.json +2 -2
package/dist/bin/dvb.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
3
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="bb5e66db-1ff5-5aba-8849-8c082845ea02")}catch(e){}}();
|
|
4
4
|
|
|
5
5
|
var __create = Object.create;
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -75471,8 +75471,8 @@ var init_otel = __esm({
|
|
|
75471
75471
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
75472
75472
|
};
|
|
75473
75473
|
readBuildMetadata = () => {
|
|
75474
|
-
const rawPackageVersion = "1.0.
|
|
75475
|
-
const rawGitSha = "
|
|
75474
|
+
const rawPackageVersion = "1.0.829";
|
|
75475
|
+
const rawGitSha = "60187ca6c3e6103963af3ad80e3e83d4f810d57c";
|
|
75476
75476
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
75477
75477
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
75478
75478
|
return { packageVersion, gitSha };
|
|
@@ -107836,9 +107836,9 @@ var init_sentry = __esm({
|
|
|
107836
107836
|
uncaughtExceptionMonitorInstalled = false;
|
|
107837
107837
|
currentDevboxSentryUser = null;
|
|
107838
107838
|
readBuildMetadata2 = () => {
|
|
107839
|
-
const rawPackageVersion = "1.0.
|
|
107840
|
-
const rawGitSha = "
|
|
107841
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
107839
|
+
const rawPackageVersion = "1.0.829";
|
|
107840
|
+
const rawGitSha = "60187ca6c3e6103963af3ad80e3e83d4f810d57c";
|
|
107841
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.829+60187ca6c3e6103963af3ad80e3e83d4f810d57c";
|
|
107842
107842
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
107843
107843
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
107844
107844
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -115070,7 +115070,7 @@ var init_packageVersion = __esm({
|
|
|
115070
115070
|
return import_node_path20.default.join(process.cwd(), "dvb");
|
|
115071
115071
|
};
|
|
115072
115072
|
readEmbeddedPackageVersion = () => {
|
|
115073
|
-
const raw = "1.0.
|
|
115073
|
+
const raw = "1.0.829";
|
|
115074
115074
|
return trimVersion(raw);
|
|
115075
115075
|
};
|
|
115076
115076
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -186949,6 +186949,7 @@ ${execResult.stderr}`;
|
|
|
186949
186949
|
threadId: threadId2,
|
|
186950
186950
|
input
|
|
186951
186951
|
}) => {
|
|
186952
|
+
const clientMessageId = (0, import_node_crypto21.randomUUID)();
|
|
186952
186953
|
try {
|
|
186953
186954
|
await runManagedCodexControlRequest({
|
|
186954
186955
|
client,
|
|
@@ -186958,6 +186959,7 @@ ${execResult.stderr}`;
|
|
|
186958
186959
|
type: "codex_turn_start",
|
|
186959
186960
|
attachmentId,
|
|
186960
186961
|
threadId: threadId2,
|
|
186962
|
+
clientMessageId,
|
|
186961
186963
|
input,
|
|
186962
186964
|
model: execModel,
|
|
186963
186965
|
effort: CODEX_INIT_EXEC_REASONING_EFFORT
|
|
@@ -209731,4 +209733,4 @@ platform/platform.js:
|
|
|
209731
209733
|
*/
|
|
209732
209734
|
//# sourceMappingURL=dvb.cjs.map
|
|
209733
209735
|
|
|
209734
|
-
//# debugId=
|
|
209736
|
+
//# debugId=bb5e66db-1ff5-5aba-8849-8c082845ea02
|