command-code 1.40.1 → 1.42.0
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
|
@@ -28,6 +28,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
28
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 |
|
|
29
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 |
|
|
30
30
|
| `xiaomi/mimo-v2.5` | MiMo V2.5 | 1M | — | $0.14/$0.28 · cache $0.0028 | Go and above | efficient long-context agentic coding |
|
|
31
|
+
| `Qwen/Qwen3.8-Max-0902` | Qwen 3.8 Max 0902 | 1M | low, medium, xhigh | $2/$6 · cache $0.25 | Go and above | upgraded Qwen 3.8 Max: stronger coding & agentic tool use |
|
|
31
32
|
| `Qwen/Qwen3.8-Max` | Qwen 3.8 Max | 1M | low, medium, xhigh | $2/$6 · cache $0.25 (write $2.5) | Go and above | autonomous long-horizon coding & professional work |
|
|
32
33
|
| `Qwen/Qwen3.8-27B` | Qwen 3.8 27B | 262K | low, medium, xhigh | $0.4/$3 · cache $0.04 | Go and above | compact vision-language coding & agentic work |
|
|
33
34
|
| `Qwen/Qwen3.8-Flash` | Qwen 3.8 Flash | 1M | low, medium, xhigh | $0.16/$0.47 · cache $0.016 | Go and above | fast low-cost agentic coding & reasoning |
|
|
@@ -36,6 +37,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
36
37
|
| `Qwen/Qwen3.7-Flash` | Qwen 3.7 Flash | 1M | — | $0.03/$0.13 · cache $0.006 (write $0.038) | Go and above | fast low-cost agentic coding & reasoning |
|
|
37
38
|
| `Qwen/Qwen3.6-Max-Preview` | Qwen 3.6 Max Preview | — | — | $1.3/$7.8 · cache $0.26 (write $1.63) | Go and above | vibe coding & efficient agent execution |
|
|
38
39
|
| `Qwen/Qwen3.6-Plus` | Qwen 3.6 Plus | — | — | $0.5/$3 · cache $0.1 | Go and above | agentic coding & reasoning |
|
|
40
|
+
| `meituan/LongCat-2.0:free` | LongCat 2.0 | 1.05M | — | $0/$0 · cache $0 | Go and above | trillion-parameter agentic coding with 1M context |
|
|
39
41
|
| `stepfun/Step-3.7-Flash` | Step 3.7 Flash | 256K | — | $0.2/$1.15 · cache $0.04 | Go and above | multimodal sparse-MoE reasoning |
|
|
40
42
|
| `stepfun/Step-3.5-Flash` | Step 3.5 Flash | 1M | — | $0.1/$0.3 · cache $0.02 | Go and above | fast sparse-MoE agentic reasoning |
|
|
41
43
|
| `tencent/hy3-paid` | Tencent Hy3 | 262K | — | $0.14/$0.58 · cache $0.035 | Go and above | sparse-MoE reasoning & agentic tool use |
|
|
@@ -292,10 +292,12 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
292
292
|
- Qwen/Qwen3.6-Plus
|
|
293
293
|
- Qwen/Qwen3.7-Max
|
|
294
294
|
- Qwen/Qwen3.7-Plus
|
|
295
|
+
- Qwen/Qwen3.8-Max-0902
|
|
295
296
|
- Qwen/Qwen3.8-Max
|
|
296
297
|
- Qwen/Qwen3.8-27B
|
|
297
298
|
- Qwen/Qwen3.8-Flash
|
|
298
299
|
- Qwen/Qwen3.7-Flash
|
|
300
|
+
- meituan/LongCat-2.0:free
|
|
299
301
|
- stepfun/Step-3.7-Flash
|
|
300
302
|
- stepfun/Step-3.5-Flash
|
|
301
303
|
- tencent/hy4-preview
|