@vm0/cli 9.124.0 → 9.124.1
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.124.
|
|
73645
|
+
release: "9.124.1",
|
|
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.1",
|
|
73665
73665
|
command: process.argv.slice(2).join(" ")
|
|
73666
73666
|
});
|
|
73667
73667
|
setContext("runtime", {
|
|
@@ -111043,13 +111043,11 @@ var VM0_MODEL_TO_PROVIDER = {
|
|
|
111043
111043
|
},
|
|
111044
111044
|
"kimi-k2.5": {
|
|
111045
111045
|
concreteType: "moonshot-api-key",
|
|
111046
|
-
vendor: "moonshot"
|
|
111047
|
-
featureFlag: "vm0KimiModel" /* Vm0KimiModel */
|
|
111046
|
+
vendor: "moonshot"
|
|
111048
111047
|
},
|
|
111049
111048
|
"MiniMax-M2.7": {
|
|
111050
111049
|
concreteType: "minimax-api-key",
|
|
111051
|
-
vendor: "minimax"
|
|
111052
|
-
featureFlag: "vm0MinimaxModel" /* Vm0MinimaxModel */
|
|
111050
|
+
vendor: "minimax"
|
|
111053
111051
|
}
|
|
111054
111052
|
};
|
|
111055
111053
|
var MODEL_PROVIDER_TYPES = {
|
|
@@ -115771,23 +115769,10 @@ var FEATURE_SWITCHES = {
|
|
|
115771
115769
|
enabled: false,
|
|
115772
115770
|
enabledOrgIdHashes: []
|
|
115773
115771
|
},
|
|
115774
|
-
["vm0KimiModel" /* Vm0KimiModel */]: {
|
|
115775
|
-
maintainer: "ethan@vm0.ai",
|
|
115776
|
-
description: "Expose Moonshot Kimi K2.5 as a selectable model under the VM0 managed provider",
|
|
115777
|
-
enabled: true,
|
|
115778
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
115779
|
-
},
|
|
115780
115772
|
["vm0GlmModel" /* Vm0GlmModel */]: {
|
|
115781
115773
|
maintainer: "ethan@vm0.ai",
|
|
115782
115774
|
description: "Expose Z.AI GLM-5.1 as a selectable model under the VM0 managed provider",
|
|
115783
|
-
enabled:
|
|
115784
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
115785
|
-
},
|
|
115786
|
-
["vm0MinimaxModel" /* Vm0MinimaxModel */]: {
|
|
115787
|
-
maintainer: "ethan@vm0.ai",
|
|
115788
|
-
description: "Expose MiniMax M2.7 as a selectable model under the VM0 managed provider",
|
|
115789
|
-
enabled: true,
|
|
115790
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
115775
|
+
enabled: false
|
|
115791
115776
|
},
|
|
115792
115777
|
["slackAgentSwitch" /* SlackAgentSwitch */]: {
|
|
115793
115778
|
maintainer: "yuma@vm0.ai",
|
|
@@ -118269,4 +118254,4 @@ undici/lib/web/fetch/body.js:
|
|
|
118269
118254
|
undici/lib/web/websocket/frame.js:
|
|
118270
118255
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
118271
118256
|
*/
|
|
118272
|
-
//# sourceMappingURL=chunk-
|
|
118257
|
+
//# sourceMappingURL=chunk-MV2U6V7H.js.map
|