@vm0/cli 9.111.9 → 9.111.10
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-KQWB3LPN.js} +10 -5
- package/{chunk-ZKY63NCF.js.map → chunk-KQWB3LPN.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.10",
|
|
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.10",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -73799,6 +73799,11 @@ var FEATURE_SWITCHES = {
|
|
|
73799
73799
|
description: "Enable automatic skill creation in agent prompts",
|
|
73800
73800
|
enabled: false,
|
|
73801
73801
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73802
|
+
},
|
|
73803
|
+
["sandboxReuse" /* SandboxReuse */]: {
|
|
73804
|
+
maintainer: "liangyou@vm0.ai",
|
|
73805
|
+
description: "Enable sandbox reuse (keep-alive) across conversation turns",
|
|
73806
|
+
enabled: false
|
|
73802
73807
|
}
|
|
73803
73808
|
};
|
|
73804
73809
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -76191,4 +76196,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76191
76196
|
undici/lib/web/websocket/frame.js:
|
|
76192
76197
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76193
76198
|
*/
|
|
76194
|
-
//# sourceMappingURL=chunk-
|
|
76199
|
+
//# sourceMappingURL=chunk-KQWB3LPN.js.map
|