command-code 1.33.0 → 1.34.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,20 @@
1
1
  # command-code
2
2
 
3
+ ## 1.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: add GLM-5.3 Flash aka Ox Alpha
8
+
9
+ ## 1.33.1
10
+
11
+ ### Patch Changes
12
+
13
+ - feat: sunset Ox Alpha
14
+ - fix: a providers.json provider named after a catalog vendor no longer hijacks that vendor's models
15
+ - fix: m3 tool calling improvements
16
+ - fix: /reload no longer stacks the welcome banner on each reload
17
+
3
18
  ## 1.33.0
4
19
 
5
20
  ### 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"):