command-code 1.39.0 → 1.39.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # command-code
2
2
 
3
+ ## 1.39.2
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: retire minimax free models
8
+
9
+ ## 1.39.1
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: drop med effort for flash-fast
14
+
3
15
  ## 1.39.0
4
16
 
5
17
  ### Minor Changes
@@ -11,7 +11,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
11
11
  | `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro (latest) | 1M | high, max | $0.66/$1.98 · cache $0.022 | Go and above | hybrid-attention long-context reasoning |
12
12
  | `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash (latest) | 1M | high, max | $0.22/$0.66 · cache $0.007 | Go and above | fast hybrid-attention reasoning |
13
13
  | `deepseek/deepseek-v4-flash-vision-exp` | DeepSeek V4 Flash Vision (exp) | 1M | high, max | $0.22/$0.66 · cache $0.007 | Go and above | fast hybrid-attention reasoning with vision |
14
- | `deepseek/deepseek-v4-flash-fast` | DeepSeek V4 Flash Fast | 1M | low, medium, high, max | $0.28/$0.56 · cache $0.07 | Go and above | low-latency V4 Flash deployment |
14
+ | `deepseek/deepseek-v4-flash-fast` | DeepSeek V4 Flash Fast | 1M | low, high, max | $0.28/$0.56 · cache $0.07 | Go and above | low-latency V4 Flash deployment |
15
15
  | `moonshotai/Kimi-K3` | Kimi K3 | 1M | — | $3/$15 · cache $0.3 | Go and above | long-horizon coding & knowledge work with 1M context |
16
16
  | `moonshotai/Kimi-K2.7-Code` | Kimi K2.7 Code | 256K | — | $0.95/$4 · cache $0.19 | Go and above | improved long-horizon coding with vision |
17
17
  | `moonshotai/Kimi-K2.7-Code-Highspeed` | Kimi K2.7 Code HighSpeed | 262K | — | $1.9/$8 · cache $0.38 | Go and above | high-speed long-horizon coding with vision |
@@ -25,8 +25,6 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
25
25
  | `zai-org/GLM-5` | GLM-5 | 200K | — | $1/$3.2 · cache $0.2 | Go and above | multi-mode thinking & long-range planning |
26
26
  | `MiniMaxAI/MiniMax-M3` | MiniMax M3 | 1M | — | $0.3/$1.2 · cache $0.06 | Go and above | frontier coding, agents & native multimodality |
27
27
  | `MiniMaxAI/MiniMax-M2.7` | MiniMax M2.7 | — | — | $0.3/$1.2 · cache $0.06 | Go and above | end-to-end software engineering agent |
28
- | `minimax/minimax-m3-free` | MiniMax M3 | 1M | — | $0/$0 · cache $0 | Go and above | frontier coding, agents & native multimodality |
29
- | `minimax/minimax-m2.7-free` | MiniMax M2.7 | 197K | — | $0/$0 · cache $0 | Go and above | end-to-end software engineering agent |
30
28
  | `MiniMaxAI/MiniMax-M2.5` | MiniMax M2.5 | 200K | — | $0.3/$1.2 · cache $0.03 | Go and above | cross-platform full-stack agentic dev |
31
29
  | `xiaomi/mimo-v2.5-pro` | MiMo V2.5 Pro | 1M | — | $0.435/$0.87 · cache $0.0036 | Go and above | high-capability long-context agentic coding |
32
30
  | `xiaomi/mimo-v2.5` | MiMo V2.5 | 1M | — | $0.14/$0.28 · cache $0.0028 | Go and above | efficient long-context agentic coding |
@@ -282,6 +282,8 @@ Valid model ids (the /model catalog — use these EXACT ids):
282
282
  - zai-org/GLM-5
283
283
  - MiniMaxAI/MiniMax-M3
284
284
  - MiniMaxAI/MiniMax-M2.7
285
+ - minimax/minimax-m3-free
286
+ - minimax/minimax-m2.7-free
285
287
  - MiniMaxAI/MiniMax-M2.5
286
288
  - xiaomi/mimo-v2.5-pro
287
289
  - xiaomi/mimo-v2.5
@@ -312,8 +314,6 @@ Valid model ids (the /model catalog — use these EXACT ids):
312
314
  - nvidia/nemotron-3-ultra-550b-a55b
313
315
  - poolside/laguna-s-2.1-free
314
316
  - inclusionai/ling-3.0-flash-free
315
- - minimax/minimax-m3-free
316
- - minimax/minimax-m2.7-free
317
317
  A BYO-provider id (from a configured custom provider) also works and is passed through as-is.
318
318
 
319
319
  WHEN THE USER ASKS YOU TO CREATE AN AGENT (e.g. "make a changelog agent with a cheap model"):