command-code 1.39.3 → 1.40.1
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,12 +1,21 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.40.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- feat:
|
|
7
|
+
- feat: filter feature models on ZDR
|
|
8
|
+
- fix: list only ZDR-capable feature models and apply compatible picks immediately
|
|
9
|
+
|
|
10
|
+
## 1.40.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
- feat: add fable 5.1
|
|
15
|
+
|
|
16
|
+
## 1.39.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
10
19
|
|
|
11
20
|
- feat: add low/high/max reasoning effort support for Kimi K3
|
|
12
21
|
|
|
@@ -50,7 +50,8 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
50
50
|
|---|---|---|---|---|---|---|
|
|
51
51
|
| `claude-sonnet-5` | Claude Sonnet 5 | 1M | low, medium, high, xhigh, max | $2/$10 · cache $0.2 (write $2.5) | Pro and above | best combo of speed & intelligence (recommended) |
|
|
52
52
|
| `claude-sonnet-4-6` | Claude Sonnet 4.6 | 1M | low, medium, high, xhigh, max | $3/$15 · cache $0.3 (write $3.75) | Pro and above | prev Sonnet, still fast & capable |
|
|
53
|
-
| `claude-fable-5` | Claude Fable 5 | 1M | low, medium, high, xhigh, max | $10/$50 · cache $
|
|
53
|
+
| `claude-fable-5-1` | Claude Fable 5.1 | 1M | low, medium, high, xhigh, max | $10/$50 · cache $0.25 (write $12.5) | Max | most capable for demanding reasoning & long-horizon agents |
|
|
54
|
+
| `claude-fable-5` | Claude Fable 5 | 1M | low, medium, high, xhigh, max | $10/$50 · cache $1 (write $12.5) | Max | prev Fable, still strong for deep reasoning & agents |
|
|
54
55
|
| `claude-opus-5` | Claude Opus 5 | 1M | low, medium, high, xhigh, max | $5/$25 · cache $0.5 (write $6.25) | Max | most intelligent Opus for agents and coding |
|
|
55
56
|
| `claude-opus-4-8` | Claude Opus 4.8 | 1M | low, medium, high, xhigh, max | $5/$25 · cache $0.5 (write $6.25) | Max | prev flagship, still strong for agents and coding |
|
|
56
57
|
| `claude-opus-4-7` | Claude Opus 4.7 | 1M | low, medium, high, xhigh, max | $5/$25 · cache $0.5 (write $6.25) | Max | older Opus, still strong for agents and coding |
|