@vm0/cli 9.177.13 → 9.177.14

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.
@@ -74083,7 +74083,7 @@ if (DSN) {
74083
74083
  init2({
74084
74084
  dsn: DSN,
74085
74085
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
74086
- release: "9.177.13",
74086
+ release: "9.177.14",
74087
74087
  sendDefaultPii: false,
74088
74088
  tracesSampleRate: 0,
74089
74089
  shutdownTimeout: 500,
@@ -74102,7 +74102,7 @@ if (DSN) {
74102
74102
  }
74103
74103
  });
74104
74104
  setContext("cli", {
74105
- version: "9.177.13",
74105
+ version: "9.177.14",
74106
74106
  command: process.argv.slice(2).join(" ")
74107
74107
  });
74108
74108
  setContext("runtime", {
@@ -94840,6 +94840,7 @@ var SUPPORTED_RUN_MODELS = [
94840
94840
  "deepseek-v4-flash",
94841
94841
  "kimi-k2.6",
94842
94842
  "kimi-k2.5",
94843
+ "MiniMax-M3",
94843
94844
  "MiniMax-M2.7",
94844
94845
  "glm-5.1",
94845
94846
  "gpt-5.5",
@@ -94856,6 +94857,7 @@ var VM0_MODEL_CREDIT_MULTIPLIER = Object.freeze({
94856
94857
  "deepseek-v4-flash": 0.02,
94857
94858
  "kimi-k2.6": 0.3,
94858
94859
  "kimi-k2.5": 0.2,
94860
+ "MiniMax-M3": 0.2,
94859
94861
  "MiniMax-M2.7": 0.1,
94860
94862
  "glm-5.1": 0.4,
94861
94863
  "gpt-5.5": 2,
@@ -94907,6 +94909,10 @@ var VM0_MODEL_TO_PROVIDER = {
94907
94909
  concreteType: "moonshot-api-key",
94908
94910
  vendor: "moonshot"
94909
94911
  },
94912
+ "MiniMax-M3": {
94913
+ concreteType: "minimax-api-key",
94914
+ vendor: "minimax"
94915
+ },
94910
94916
  "MiniMax-M2.7": {
94911
94917
  concreteType: "minimax-api-key",
94912
94918
  vendor: "minimax"
@@ -95042,8 +95048,8 @@ var MODEL_PROVIDER_TYPES = {
95042
95048
  API_TIMEOUT_MS: "3000000",
95043
95049
  CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
95044
95050
  },
95045
- models: ["MiniMax-M2.7", "MiniMax-M2.1"],
95046
- defaultModel: "MiniMax-M2.7"
95051
+ models: ["MiniMax-M3", "MiniMax-M2.7", "MiniMax-M2.1"],
95052
+ defaultModel: "MiniMax-M3"
95047
95053
  },
95048
95054
  "deepseek-api-key": {
95049
95055
  framework: "claude-code",
@@ -109855,6 +109861,7 @@ var chatMessagesContract = c21.router({
109855
109861
  402: apiErrorSchema,
109856
109862
  403: apiErrorSchema,
109857
109863
  404: apiErrorSchema,
109864
+ 409: apiErrorSchema,
109858
109865
  422: apiErrorSchema
109859
109866
  },
109860
109867
  summary: "Send a chat message (create thread + run + association)"
@@ -132687,6 +132694,11 @@ var FEATURE_SWITCHES = {
132687
132694
  description: "Reveal activity debug surfaces, activity log navigation, appended system prompts, and Debug preferences",
132688
132695
  enabled: false
132689
132696
  },
132697
+ ["userPermissionGrants" /* UserPermissionGrants */]: {
132698
+ maintainer: "liangyou@vm0.ai",
132699
+ description: "Gate the per-user Zero firewall permission grant rollout. Disabled by default while storage, API, runtime, and UI changes land separately.",
132700
+ enabled: false
132701
+ },
132690
132702
  ["computerUse" /* ComputerUse */]: {
132691
132703
  maintainer: "ethan@vm0.ai",
132692
132704
  description: "Enable remote desktop host registration",
@@ -132831,6 +132843,7 @@ var MODEL_DISPLAY_NAMES = Object.freeze({
132831
132843
  "deepseek/deepseek-v4-pro": "DeepSeek V4 Pro",
132832
132844
  "deepseek/deepseek-v4-flash": "DeepSeek V4 Flash",
132833
132845
  // MiniMax
132846
+ "MiniMax-M3": "MiniMax M3",
132834
132847
  "MiniMax-M2.7": "MiniMax M2.7",
132835
132848
  "MiniMax-M2.1": "MiniMax M2.1",
132836
132849
  "minimax/minimax-m2.5": "MiniMax M2.5",
@@ -134343,4 +134356,4 @@ undici/lib/web/fetch/body.js:
134343
134356
  undici/lib/web/websocket/frame.js:
134344
134357
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
134345
134358
  */
134346
- //# sourceMappingURL=chunk-CGUELQJH.js.map
134359
+ //# sourceMappingURL=chunk-FHVH4FYZ.js.map