@vm0/cli 9.111.9 → 9.111.11
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/{chunk-ZKY63NCF.js → chunk-UF75LD2F.js} +16 -5
- package/{chunk-ZKY63NCF.js.map → chunk-UF75LD2F.js.map} +1 -1
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
- package/zero.js.map +1 -1
|
@@ -40,11 +40,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
40
40
|
mod
|
|
41
41
|
));
|
|
42
42
|
|
|
43
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_@swc+core@1.15.21_@swc+helpers@0.5.20__jiti@2.6.1_postcss@8.5.
|
|
43
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_@swc+core@1.15.21_@swc+helpers@0.5.20__jiti@2.6.1_postcss@8.5.9_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/esm_shims.js
|
|
44
44
|
import path from "path";
|
|
45
45
|
import { fileURLToPath } from "url";
|
|
46
46
|
var init_esm_shims = __esm({
|
|
47
|
-
"../../node_modules/.pnpm/tsup@8.5.1_@swc+core@1.15.21_@swc+helpers@0.5.20__jiti@2.6.1_postcss@8.5.
|
|
47
|
+
"../../node_modules/.pnpm/tsup@8.5.1_@swc+core@1.15.21_@swc+helpers@0.5.20__jiti@2.6.1_postcss@8.5.9_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/esm_shims.js"() {
|
|
48
48
|
"use strict";
|
|
49
49
|
}
|
|
50
50
|
});
|
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.111.
|
|
34655
|
+
release: "9.111.11",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.111.
|
|
34674
|
+
version: "9.111.11",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -73794,11 +73794,22 @@ var FEATURE_SWITCHES = {
|
|
|
73794
73794
|
enabled: false,
|
|
73795
73795
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73796
73796
|
},
|
|
73797
|
+
["missionControlSidebar" /* MissionControlSidebar */]: {
|
|
73798
|
+
maintainer: "ethan@vm0.ai",
|
|
73799
|
+
description: "Show the Mission Control page entry in the sidebar",
|
|
73800
|
+
enabled: false,
|
|
73801
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73802
|
+
},
|
|
73797
73803
|
["autoSkill" /* AutoSkill */]: {
|
|
73798
73804
|
maintainer: "lancy@vm0.ai",
|
|
73799
73805
|
description: "Enable automatic skill creation in agent prompts",
|
|
73800
73806
|
enabled: false,
|
|
73801
73807
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73808
|
+
},
|
|
73809
|
+
["sandboxReuse" /* SandboxReuse */]: {
|
|
73810
|
+
maintainer: "liangyou@vm0.ai",
|
|
73811
|
+
description: "Enable sandbox reuse (keep-alive) across conversation turns",
|
|
73812
|
+
enabled: false
|
|
73802
73813
|
}
|
|
73803
73814
|
};
|
|
73804
73815
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -76191,4 +76202,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76191
76202
|
undici/lib/web/websocket/frame.js:
|
|
76192
76203
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76193
76204
|
*/
|
|
76194
|
-
//# sourceMappingURL=chunk-
|
|
76205
|
+
//# sourceMappingURL=chunk-UF75LD2F.js.map
|