command-code 1.28.0 → 1.28.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,10 +1,23 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.28.2
|
|
4
|
+
|
|
5
|
+
- chore: improve usage limits
|
|
6
|
+
|
|
7
|
+
## 1.28.1
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- fix: support reasoning effort (low/medium/xhigh) on Qwen 3.8 27B
|
|
12
|
+
- fix: make `/status` report the live session model and reasoning effort
|
|
13
|
+
- fix: refresh the version banner after `/reload`
|
|
14
|
+
|
|
3
15
|
## 1.28.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
19
|
- Add Qwen 3.8 27B
|
|
20
|
+
|
|
8
21
|
## 1.27.2
|
|
9
22
|
|
|
10
23
|
### Patch Changes
|
|
@@ -22,7 +35,6 @@
|
|
|
22
35
|
### Minor Changes
|
|
23
36
|
|
|
24
37
|
- feat: add GPT-5.6 Sol at 50% off in GOAT and above
|
|
25
|
-
- fix: refresh the version banner after `/reload`
|
|
26
38
|
|
|
27
39
|
## 1.26.0
|
|
28
40
|
|
|
@@ -26,7 +26,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
26
26
|
| `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 |
|
|
27
27
|
| `xiaomi/mimo-v2.5` | MiMo V2.5 | 1M | — | $0.14/$0.28 · cache $0.0028 | Go and above | efficient long-context agentic coding |
|
|
28
28
|
| `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 |
|
|
29
|
-
| `Qwen/Qwen3.8-27B` | Qwen 3.8 27B | 262K |
|
|
29
|
+
| `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 |
|
|
30
30
|
| `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 |
|
|
31
31
|
| `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 |
|
|
32
32
|
| `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 |
|