@vm0/cli 9.127.1 → 9.127.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.
|
@@ -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.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.127.
|
|
73664
|
+
version: "9.127.3",
|
|
73665
73665
|
command: process.argv.slice(2).join(" ")
|
|
73666
73666
|
});
|
|
73667
73667
|
setContext("runtime", {
|
|
@@ -111127,6 +111127,16 @@ 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 */
|
|
111135
|
+
},
|
|
111136
|
+
"deepseek-reasoner": {
|
|
111137
|
+
concreteType: "deepseek-api-key",
|
|
111138
|
+
vendor: "deepseek",
|
|
111139
|
+
featureFlag: "vm0DeepseekModel" /* Vm0DeepseekModel */
|
|
111130
111140
|
}
|
|
111131
111141
|
};
|
|
111132
111142
|
var MODEL_PROVIDER_TYPES = {
|
|
@@ -111250,7 +111260,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
111250
111260
|
API_TIMEOUT_MS: "600000",
|
|
111251
111261
|
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
|
|
111252
111262
|
},
|
|
111253
|
-
models: ["deepseek-chat"],
|
|
111263
|
+
models: ["deepseek-chat", "deepseek-reasoner"],
|
|
111254
111264
|
defaultModel: "deepseek-chat"
|
|
111255
111265
|
},
|
|
111256
111266
|
"zai-api-key": {
|
|
@@ -115398,7 +115408,8 @@ var zeroVoiceChatSessionsContract = c50.router({
|
|
|
115398
115408
|
200: external_exports.object({ session: voiceChatSessionCreatedSchema }),
|
|
115399
115409
|
400: apiErrorSchema,
|
|
115400
115410
|
401: apiErrorSchema,
|
|
115401
|
-
403: apiErrorSchema
|
|
115411
|
+
403: apiErrorSchema,
|
|
115412
|
+
500: apiErrorSchema
|
|
115402
115413
|
},
|
|
115403
115414
|
summary: "Create a new voice-chat session"
|
|
115404
115415
|
},
|
|
@@ -116362,6 +116373,11 @@ var FEATURE_SWITCHES = {
|
|
|
116362
116373
|
maintainer: "ethan@vm0.ai",
|
|
116363
116374
|
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
116375
|
enabled: false
|
|
116376
|
+
},
|
|
116377
|
+
["vm0DeepseekModel" /* Vm0DeepseekModel */]: {
|
|
116378
|
+
maintainer: "ethan@vm0.ai",
|
|
116379
|
+
description: "Enable the DeepSeek-V3.2 (deepseek-chat) VM0 managed model",
|
|
116380
|
+
enabled: false
|
|
116365
116381
|
}
|
|
116366
116382
|
};
|
|
116367
116383
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -116417,6 +116433,7 @@ var MODEL_DISPLAY_NAMES = Object.freeze({
|
|
|
116417
116433
|
"anthropic/claude-haiku-4.5": "Claude Haiku 4.5",
|
|
116418
116434
|
// DeepSeek
|
|
116419
116435
|
"deepseek-chat": "DeepSeek Chat",
|
|
116436
|
+
"deepseek-reasoner": "DeepSeek Reasoner",
|
|
116420
116437
|
// MiniMax
|
|
116421
116438
|
"MiniMax-M2.7": "MiniMax M2.7",
|
|
116422
116439
|
"MiniMax-M2.1": "MiniMax M2.1",
|
|
@@ -118966,4 +118983,4 @@ undici/lib/web/fetch/body.js:
|
|
|
118966
118983
|
undici/lib/web/websocket/frame.js:
|
|
118967
118984
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
118968
118985
|
*/
|
|
118969
|
-
//# sourceMappingURL=chunk-
|
|
118986
|
+
//# sourceMappingURL=chunk-IVIZPEM6.js.map
|