@vm0/cli 9.124.2 → 9.124.3
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-4XOZ4YXO.js → chunk-ISA6IES3.js} +9 -9
- package/{chunk-4XOZ4YXO.js.map → chunk-ISA6IES3.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +53 -34
- package/zero.js.map +1 -1
|
@@ -73642,7 +73642,7 @@ if (DSN) {
|
|
|
73642
73642
|
init2({
|
|
73643
73643
|
dsn: DSN,
|
|
73644
73644
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73645
|
-
release: "9.124.
|
|
73645
|
+
release: "9.124.3",
|
|
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.124.
|
|
73664
|
+
version: "9.124.3",
|
|
73665
73665
|
command: process.argv.slice(2).join(" ")
|
|
73666
73666
|
});
|
|
73667
73667
|
setContext("runtime", {
|
|
@@ -115768,12 +115768,6 @@ var FEATURE_SWITCHES = {
|
|
|
115768
115768
|
description: "Enable the Zoom connector (OAuth 2.0) for meetings, past participants, and cloud recordings access",
|
|
115769
115769
|
enabled: false
|
|
115770
115770
|
},
|
|
115771
|
-
["orgCustomConnectors" /* OrgCustomConnectors */]: {
|
|
115772
|
-
maintainer: "ethan@vm0.ai",
|
|
115773
|
-
description: "Show the org custom connectors surface \u2014 the Custom tab on the Connectors settings page (admin CRUD, member Connect) and the per-agent Custom Connectors section on Agent Authorization. Backend routes remain open; this flag only gates entry points in the UI.",
|
|
115774
|
-
enabled: true,
|
|
115775
|
-
enabledOrgIdHashes: []
|
|
115776
|
-
},
|
|
115777
115771
|
["vm0GlmModel" /* Vm0GlmModel */]: {
|
|
115778
115772
|
maintainer: "ethan@vm0.ai",
|
|
115779
115773
|
description: "Expose Z.AI GLM-5.1 as a selectable model under the VM0 managed provider",
|
|
@@ -115789,6 +115783,12 @@ var FEATURE_SWITCHES = {
|
|
|
115789
115783
|
description: "Show the model provider + model picker on the agent profile page and schedule dialog. Allows per-agent and per-schedule model selection, overriding the org default. Staff-only during initial rollout.",
|
|
115790
115784
|
enabled: true,
|
|
115791
115785
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
115786
|
+
},
|
|
115787
|
+
["redeemCode" /* RedeemCode */]: {
|
|
115788
|
+
maintainer: "yuma@vm0.ai",
|
|
115789
|
+
description: "Show redeem-code gift icon and dialog in the agent chat page header",
|
|
115790
|
+
enabled: false,
|
|
115791
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
115792
115792
|
}
|
|
115793
115793
|
};
|
|
115794
115794
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -118292,4 +118292,4 @@ undici/lib/web/fetch/body.js:
|
|
|
118292
118292
|
undici/lib/web/websocket/frame.js:
|
|
118293
118293
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
118294
118294
|
*/
|
|
118295
|
-
//# sourceMappingURL=chunk-
|
|
118295
|
+
//# sourceMappingURL=chunk-ISA6IES3.js.map
|