command-code 1.35.1 → 1.37.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
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.37.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: add Tencent Hy4 Preview (OpenRouter)
|
|
8
|
+
- feat: add Tencent Hy4 Preview model
|
|
9
|
+
|
|
10
|
+
## 1.36.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- feat: add Qwen 3.8 Flash
|
|
15
|
+
|
|
3
16
|
## 1.35.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -31,6 +31,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
31
31
|
| `xiaomi/mimo-v2.5` | MiMo V2.5 | 1M | — | $0.14/$0.28 · cache $0.0028 | Go and above | efficient long-context agentic coding |
|
|
32
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 |
|
|
33
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 |
|
|
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 |
|
|
34
35
|
| `Qwen/Qwen3.7-Max` | Qwen 3.7 Max | 1M | — | $2.5/$7.5 · cache $0.5 (write $3.13) | Go and above | frontier coding & long-horizon agent execution |
|
|
35
36
|
| `Qwen/Qwen3.7-Plus` | Qwen 3.7 Plus | 1M | — | $0.4/$1.6 · cache $0.08 (write $0.5) | Go and above | agentic coding & reasoning at lower cost |
|
|
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 |
|
|
@@ -39,6 +40,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
39
40
|
| `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
41
|
| `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
42
|
| `tencent/hy3-paid` | Tencent Hy3 | 262K | — | $0.14/$0.58 · cache $0.035 | Go and above | sparse-MoE reasoning & agentic tool use |
|
|
43
|
+
| `tencent/hy4-preview` | Tencent Hy4 Preview | 1.05M | — | $0.834/$2.501 · cache $0.042 | Go and above | agentic coding & sustained multi-step tool use |
|
|
42
44
|
| `nvidia/nemotron-3-ultra-550b-a55b` | Nemotron 3 Ultra | 1M | — | $0.6/$2.4 · cache $0.12 | Go and above | open reasoning model for long-horizon autonomous agents |
|
|
43
45
|
| `thinkingmachines/inkling` | Inkling | 256K | — | $1/$4.05 · cache $0.17 | Go and above | multimodal MoE reasoning |
|
|
44
46
|
| `thinkingmachines/inkling-small` | Inkling Small | 1M | — | $0.5/$1.2 · cache $0.1 | Go and above | lightweight MoE reasoning at lower cost and latency |
|
|
@@ -290,9 +290,11 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
290
290
|
- Qwen/Qwen3.7-Plus
|
|
291
291
|
- Qwen/Qwen3.8-Max
|
|
292
292
|
- Qwen/Qwen3.8-27B
|
|
293
|
+
- Qwen/Qwen3.8-Flash
|
|
293
294
|
- Qwen/Qwen3.7-Flash
|
|
294
295
|
- stepfun/Step-3.7-Flash
|
|
295
296
|
- stepfun/Step-3.5-Flash
|
|
297
|
+
- tencent/hy4-preview
|
|
296
298
|
- tencent/hy3-paid
|
|
297
299
|
- tencent/Hy3
|
|
298
300
|
- google/gemini-3.7-flash
|