@vm0/cli 9.111.12 → 9.111.13
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.
|
@@ -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.13",
|
|
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.13",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -73812,13 +73812,13 @@ var FEATURE_SWITCHES = {
|
|
|
73812
73812
|
["autoSkill" /* AutoSkill */]: {
|
|
73813
73813
|
maintainer: "lancy@vm0.ai",
|
|
73814
73814
|
description: "Enable automatic skill creation in agent prompts",
|
|
73815
|
-
enabled: false
|
|
73816
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73815
|
+
enabled: false
|
|
73817
73816
|
},
|
|
73818
73817
|
["sandboxReuse" /* SandboxReuse */]: {
|
|
73819
73818
|
maintainer: "liangyou@vm0.ai",
|
|
73820
73819
|
description: "Enable sandbox reuse (keep-alive) across conversation turns",
|
|
73821
|
-
enabled: false
|
|
73820
|
+
enabled: false,
|
|
73821
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73822
73822
|
}
|
|
73823
73823
|
};
|
|
73824
73824
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -76211,4 +76211,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76211
76211
|
undici/lib/web/websocket/frame.js:
|
|
76212
76212
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76213
76213
|
*/
|
|
76214
|
-
//# sourceMappingURL=chunk-
|
|
76214
|
+
//# sourceMappingURL=chunk-INHTSSEU.js.map
|