@vm0/cli 9.128.0 → 9.129.0
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.
|
@@ -73642,7 +73642,7 @@ if (DSN) {
|
|
|
73642
73642
|
init2({
|
|
73643
73643
|
dsn: DSN,
|
|
73644
73644
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73645
|
-
release: "9.
|
|
73645
|
+
release: "9.129.0",
|
|
73646
73646
|
sendDefaultPii: false,
|
|
73647
73647
|
tracesSampleRate: 0,
|
|
73648
73648
|
shutdownTimeout: 500,
|
|
@@ -73661,7 +73661,7 @@ if (DSN) {
|
|
|
73661
73661
|
}
|
|
73662
73662
|
});
|
|
73663
73663
|
setContext("cli", {
|
|
73664
|
-
version: "9.
|
|
73664
|
+
version: "9.129.0",
|
|
73665
73665
|
command: process.argv.slice(2).join(" ")
|
|
73666
73666
|
});
|
|
73667
73667
|
setContext("runtime", {
|
|
@@ -91178,6 +91178,11 @@ var openai = {
|
|
|
91178
91178
|
placeholder: "sk-..."
|
|
91179
91179
|
}
|
|
91180
91180
|
}
|
|
91181
|
+
},
|
|
91182
|
+
platform: {
|
|
91183
|
+
label: "Enable",
|
|
91184
|
+
helpText: "No credentials needed. Usage is billed to your org credits.",
|
|
91185
|
+
secrets: {}
|
|
91181
91186
|
}
|
|
91182
91187
|
},
|
|
91183
91188
|
defaultAuthMethod: "api-token"
|
|
@@ -117441,6 +117446,12 @@ var FEATURE_SWITCHES = {
|
|
|
117441
117446
|
maintainer: "ethan@vm0.ai",
|
|
117442
117447
|
description: "Enable the DeepSeek-V3.2 (deepseek-chat) VM0 managed model",
|
|
117443
117448
|
enabled: false
|
|
117449
|
+
},
|
|
117450
|
+
["platformConnectors" /* PlatformConnectors */]: {
|
|
117451
|
+
maintainer: "liangyou@vm0.ai",
|
|
117452
|
+
description: "Gate the entire platform-managed connector UI (Enable button and POST /api/zero/platform-connectors/:type). When off, only api-token and OAuth methods surface in connectors list/search, and the enable endpoint 404s. Staff-only during rollout.",
|
|
117453
|
+
enabled: false,
|
|
117454
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
117444
117455
|
}
|
|
117445
117456
|
};
|
|
117446
117457
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -120089,4 +120100,4 @@ undici/lib/web/fetch/body.js:
|
|
|
120089
120100
|
undici/lib/web/websocket/frame.js:
|
|
120090
120101
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
120091
120102
|
*/
|
|
120092
|
-
//# sourceMappingURL=chunk-
|
|
120103
|
+
//# sourceMappingURL=chunk-X7AZTK2E.js.map
|