command-code 1.39.1 → 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
|
@@ -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"):
|