command-code 1.6.0 → 1.6.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,22 @@
1
1
  # command-code
2
2
 
3
+ ## 1.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - refactor: improve error formatting
8
+
9
+ ## 1.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - feat: OpenAI GPT-5.6 Terra/Luna price cut
14
+
3
15
  ## 1.6.0
4
16
 
5
17
  ### Minor Changes
6
18
 
7
- - feat: add add thinkingmachines/inkling-small model
19
+ - feat: add thinkingmachines/inkling-small model
8
20
 
9
21
  ### Patch Changes
10
22
 
@@ -53,8 +53,8 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
53
53
  | Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out | Best for |
54
54
  |---|---|---|---|---|---|
55
55
  | `gpt-5.6-sol` | GPT-5.6 Sol | 1.05M | low, medium, high, xhigh, max | $5/$30 | frontier model for complex professional work |
56
- | `gpt-5.6-terra` | GPT-5.6 Terra | 1.05M | low, medium, high, xhigh, max | $2.5/$15 | balances intelligence and cost |
57
- | `gpt-5.6-luna` | GPT-5.6 Luna | 1.05M | low, medium, high, xhigh, max | $1/$6 | optimized for cost-sensitive workloads |
56
+ | `gpt-5.6-terra` | GPT-5.6 Terra | 1.05M | low, medium, high, xhigh, max | $2/$12 | balances intelligence and cost |
57
+ | `gpt-5.6-luna` | GPT-5.6 Luna | 1.05M | low, medium, high, xhigh, max | $0.2/$1.2 | optimized for cost-sensitive workloads |
58
58
  | `gpt-5.5` | GPT-5.5 | — | low, medium, high, xhigh | $5/$30 | latest frontier model for general complex work |
59
59
  | `gpt-5.4` | GPT-5.4 | 400K | low, medium, high, xhigh | $2.5/$15 | frontier model for general complex work |
60
60
  | `gpt-5.3-codex` | GPT-5.3 Codex | 400K | low, medium, high, xhigh | $2/$8 | frontier coding model |