@vm0/cli 9.127.2 → 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.2",
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.2",
73664
+ version: "9.127.3",
73665
73665
  command: process.argv.slice(2).join(" ")
73666
73666
  });
73667
73667
  setContext("runtime", {
@@ -111132,6 +111132,11 @@ var VM0_MODEL_TO_PROVIDER = {
111132
111132
  concreteType: "deepseek-api-key",
111133
111133
  vendor: "deepseek",
111134
111134
  featureFlag: "vm0DeepseekModel" /* Vm0DeepseekModel */
111135
+ },
111136
+ "deepseek-reasoner": {
111137
+ concreteType: "deepseek-api-key",
111138
+ vendor: "deepseek",
111139
+ featureFlag: "vm0DeepseekModel" /* Vm0DeepseekModel */
111135
111140
  }
111136
111141
  };
111137
111142
  var MODEL_PROVIDER_TYPES = {
@@ -111255,7 +111260,7 @@ var MODEL_PROVIDER_TYPES = {
111255
111260
  API_TIMEOUT_MS: "600000",
111256
111261
  CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
111257
111262
  },
111258
- models: ["deepseek-chat"],
111263
+ models: ["deepseek-chat", "deepseek-reasoner"],
111259
111264
  defaultModel: "deepseek-chat"
111260
111265
  },
111261
111266
  "zai-api-key": {
@@ -115403,7 +115408,8 @@ var zeroVoiceChatSessionsContract = c50.router({
115403
115408
  200: external_exports.object({ session: voiceChatSessionCreatedSchema }),
115404
115409
  400: apiErrorSchema,
115405
115410
  401: apiErrorSchema,
115406
- 403: apiErrorSchema
115411
+ 403: apiErrorSchema,
115412
+ 500: apiErrorSchema
115407
115413
  },
115408
115414
  summary: "Create a new voice-chat session"
115409
115415
  },
@@ -116427,6 +116433,7 @@ var MODEL_DISPLAY_NAMES = Object.freeze({
116427
116433
  "anthropic/claude-haiku-4.5": "Claude Haiku 4.5",
116428
116434
  // DeepSeek
116429
116435
  "deepseek-chat": "DeepSeek Chat",
116436
+ "deepseek-reasoner": "DeepSeek Reasoner",
116430
116437
  // MiniMax
116431
116438
  "MiniMax-M2.7": "MiniMax M2.7",
116432
116439
  "MiniMax-M2.1": "MiniMax M2.1",
@@ -118976,4 +118983,4 @@ undici/lib/web/fetch/body.js:
118976
118983
  undici/lib/web/websocket/frame.js:
118977
118984
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
118978
118985
  */
118979
- //# sourceMappingURL=chunk-6XWVRALX.js.map
118986
+ //# sourceMappingURL=chunk-IVIZPEM6.js.map