command-code 1.33.0 → 1.33.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,5 +1,19 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.33.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: a providers.json provider named after a catalog vendor no longer hijacks that vendor's models
|
|
8
|
+
- feat: m3 tool calling improvements
|
|
9
|
+
|
|
10
|
+
## Unreleased
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fix: give MiniMax M3 Free its full tool set instead of deferred tools
|
|
15
|
+
- fix: /reload no longer stacks the welcome banner on each reload
|
|
16
|
+
|
|
3
17
|
## 1.33.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -42,11 +42,6 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
42
42
|
| `thinkingmachines/inkling` | Inkling | 256K | — | $1/$4.05 · cache $0.17 | Go and above | multimodal MoE reasoning |
|
|
43
43
|
| `thinkingmachines/inkling-small` | Inkling Small | 1M | — | $0.5/$1.2 · cache $0.1 | Go and above | lightweight MoE reasoning at lower cost and latency |
|
|
44
44
|
| `poolside/laguna-s-2.1-free` | Laguna S 2.1 | 256K | — | $0/$0 · cache $0 | Go and above | open-weight agentic coding and long-horizon work |
|
|
45
|
-
## Stealth
|
|
46
|
-
|
|
47
|
-
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
|
|
48
|
-
|---|---|---|---|---|---|---|
|
|
49
|
-
| `stealth/ox-alpha` | Ox Alpha | 1.05M | low, high, max | $0/$0 · cache $0 | Go and above | long-horizon coding, agentic work & visual context |
|
|
50
45
|
## Anthropic
|
|
51
46
|
|
|
52
47
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
|
|
@@ -310,7 +310,6 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
310
310
|
- inclusionai/ling-3.0-flash-free
|
|
311
311
|
- minimax/minimax-m3-free
|
|
312
312
|
- minimax/minimax-m2.7-free
|
|
313
|
-
- stealth/ox-alpha
|
|
314
313
|
A BYO-provider id (from a configured custom provider) also works and is passed through as-is.
|
|
315
314
|
|
|
316
315
|
WHEN THE USER ASKS YOU TO CREATE AN AGENT (e.g. "make a changelog agent with a cheap model"):
|