@vm0/cli 9.127.1 → 9.127.2
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.127.
|
|
73645
|
+
release: "9.127.2",
|
|
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.127.
|
|
73664
|
+
version: "9.127.2",
|
|
73665
73665
|
command: process.argv.slice(2).join(" ")
|
|
73666
73666
|
});
|
|
73667
73667
|
setContext("runtime", {
|
|
@@ -111127,6 +111127,11 @@ var VM0_MODEL_TO_PROVIDER = {
|
|
|
111127
111127
|
"MiniMax-M2.7": {
|
|
111128
111128
|
concreteType: "minimax-api-key",
|
|
111129
111129
|
vendor: "minimax"
|
|
111130
|
+
},
|
|
111131
|
+
"deepseek-chat": {
|
|
111132
|
+
concreteType: "deepseek-api-key",
|
|
111133
|
+
vendor: "deepseek",
|
|
111134
|
+
featureFlag: "vm0DeepseekModel" /* Vm0DeepseekModel */
|
|
111130
111135
|
}
|
|
111131
111136
|
};
|
|
111132
111137
|
var MODEL_PROVIDER_TYPES = {
|
|
@@ -116362,6 +116367,11 @@ var FEATURE_SWITCHES = {
|
|
|
116362
116367
|
maintainer: "ethan@vm0.ai",
|
|
116363
116368
|
description: "Replace the per-agent chat list with a unified Chats view that includes threads from every agent in the user's org (sub-agents included). Gates the sidebar + /chats title/placeholder/aria-label swaps, the per-row agent avatar render, and the unscoped request shape. New-chat creation still uses the current-agent fallback.",
|
|
116364
116369
|
enabled: false
|
|
116370
|
+
},
|
|
116371
|
+
["vm0DeepseekModel" /* Vm0DeepseekModel */]: {
|
|
116372
|
+
maintainer: "ethan@vm0.ai",
|
|
116373
|
+
description: "Enable the DeepSeek-V3.2 (deepseek-chat) VM0 managed model",
|
|
116374
|
+
enabled: false
|
|
116365
116375
|
}
|
|
116366
116376
|
};
|
|
116367
116377
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -118966,4 +118976,4 @@ undici/lib/web/fetch/body.js:
|
|
|
118966
118976
|
undici/lib/web/websocket/frame.js:
|
|
118967
118977
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
118968
118978
|
*/
|
|
118969
|
-
//# sourceMappingURL=chunk-
|
|
118979
|
+
//# sourceMappingURL=chunk-6XWVRALX.js.map
|