@vm0/cli 9.124.0 → 9.124.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.124.0",
73645
+ release: "9.124.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.124.0",
73664
+ version: "9.124.2",
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 = {
@@ -115704,9 +115702,14 @@ var FEATURE_SWITCHES = {
115704
115702
  description: "Enable the Voice Chat feature and API endpoints",
115705
115703
  enabled: false
115706
115704
  },
115707
- ["audioIO" /* AudioIO */]: {
115705
+ ["audioInput" /* AudioInput */]: {
115708
115706
  maintainer: "lancy@vm0.ai",
115709
- description: "Enable audio input/output features in chat (TTS read-aloud, auto-read, voice input)",
115707
+ description: "Enable voice input (microphone + STT) in chat \u2014 gates the mic button and the /api/zero/voice-io/stt route",
115708
+ enabled: false
115709
+ },
115710
+ ["audioOutput" /* AudioOutput */]: {
115711
+ maintainer: "lancy@vm0.ai",
115712
+ description: "Enable audio output in chat (TTS read-aloud + auto-read) \u2014 gates the volume/read buttons and the /api/zero/voice-io/tts route",
115710
115713
  enabled: false
115711
115714
  },
115712
115715
  ["missionControlSidebar" /* MissionControlSidebar */]: {
@@ -115768,26 +115771,13 @@ var FEATURE_SWITCHES = {
115768
115771
  ["orgCustomConnectors" /* OrgCustomConnectors */]: {
115769
115772
  maintainer: "ethan@vm0.ai",
115770
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.",
115771
- enabled: false,
115772
- enabledOrgIdHashes: []
115773
- },
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
115774
  enabled: true,
115778
- enabledOrgIdHashes: STAFF_ORG_ID_HASHES
115775
+ enabledOrgIdHashes: []
115779
115776
  },
115780
115777
  ["vm0GlmModel" /* Vm0GlmModel */]: {
115781
115778
  maintainer: "ethan@vm0.ai",
115782
115779
  description: "Expose Z.AI GLM-5.1 as a selectable model under the VM0 managed provider",
115783
- enabled: true,
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
115780
+ enabled: false
115791
115781
  },
115792
115782
  ["slackAgentSwitch" /* SlackAgentSwitch */]: {
115793
115783
  maintainer: "yuma@vm0.ai",
@@ -115835,6 +115825,39 @@ init_esm_shims();
115835
115825
  // ../../packages/core/src/timezone.ts
115836
115826
  init_esm_shims();
115837
115827
 
115828
+ // ../../packages/core/src/model-display-name.ts
115829
+ init_esm_shims();
115830
+ var MODEL_DISPLAY_NAMES = Object.freeze({
115831
+ // Anthropic direct (claude-code-oauth-token, anthropic-api-key, vm0)
115832
+ "claude-sonnet-4-6": "Claude Sonnet 4.6",
115833
+ "claude-opus-4-6": "Claude Opus 4.6",
115834
+ "claude-opus-4-7": "Claude Opus 4.7",
115835
+ "claude-haiku-4-5": "Claude Haiku 4.5",
115836
+ // Anthropic via OpenRouter / Vercel AI Gateway
115837
+ "anthropic/claude-sonnet-4.6": "Claude Sonnet 4.6",
115838
+ "anthropic/claude-opus-4.6": "Claude Opus 4.6",
115839
+ "anthropic/claude-sonnet-4.5": "Claude Sonnet 4.5",
115840
+ "anthropic/claude-opus-4.5": "Claude Opus 4.5",
115841
+ "anthropic/claude-haiku-4.5": "Claude Haiku 4.5",
115842
+ // DeepSeek
115843
+ "deepseek-chat": "DeepSeek Chat",
115844
+ // MiniMax
115845
+ "MiniMax-M2.7": "MiniMax M2.7",
115846
+ "MiniMax-M2.1": "MiniMax M2.1",
115847
+ "minimax/minimax-m2.5": "MiniMax M2.5",
115848
+ // Kimi / Moonshot
115849
+ "kimi-k2.5": "Kimi K2.5",
115850
+ "kimi-k2-thinking": "Kimi K2 Thinking",
115851
+ "kimi-k2-thinking-turbo": "Kimi K2 Thinking Turbo",
115852
+ "moonshotai/kimi-k2.5": "Kimi K2.5",
115853
+ // GLM / ZhipuAI
115854
+ "glm-5.1": "GLM-5.1",
115855
+ "glm-5": "GLM-5",
115856
+ "glm-4.7": "GLM-4.7",
115857
+ "glm-4.5-air": "GLM-4.5 Air",
115858
+ "zai/glm-5-turbo": "GLM-5 Turbo"
115859
+ });
115860
+
115838
115861
  // src/lib/command/with-error-handler.ts
115839
115862
  init_esm_shims();
115840
115863
 
@@ -118269,4 +118292,4 @@ undici/lib/web/fetch/body.js:
118269
118292
  undici/lib/web/websocket/frame.js:
118270
118293
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
118271
118294
  */
118272
- //# sourceMappingURL=chunk-DSRDBCPV.js.map
118295
+ //# sourceMappingURL=chunk-4XOZ4YXO.js.map