@vm0/cli 9.111.10 → 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.
|
@@ -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,6 +73794,12 @@ 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",
|
|
@@ -76196,4 +76202,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76196
76202
|
undici/lib/web/websocket/frame.js:
|
|
76197
76203
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76198
76204
|
*/
|
|
76199
|
-
//# sourceMappingURL=chunk-
|
|
76205
|
+
//# sourceMappingURL=chunk-UF75LD2F.js.map
|