command-code 1.6.1 → 1.7.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,24 @@
1
1
  # command-code
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: 50% off GPT-5.6 Terra/Luna (limited-time deal) and allow luna on go plan
8
+
9
+ ## Unreleased
10
+
11
+ ### Patch Changes
12
+
13
+ - feat: 50% off GPT-5.6 Terra/Luna for a limited time (Terra $1/$6, Luna $0.1/$0.6 per 1M in/out)
14
+ - feat: GPT-5.6 Luna is now available on every plan, including Go
15
+
16
+ ## 1.6.2
17
+
18
+ ### Patch Changes
19
+
20
+ - refactor: improve error formatting
21
+
3
22
  ## 1.6.1
4
23
 
5
24
  ### Patch Changes
@@ -10,7 +29,7 @@
10
29
 
11
30
  ### Minor Changes
12
31
 
13
- - feat: add add thinkingmachines/inkling-small model
32
+ - feat: add thinkingmachines/inkling-small model
14
33
 
15
34
  ### Patch Changes
16
35
 
@@ -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/$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 |
56
+ | `gpt-5.6-terra` | GPT-5.6 Terra | 1.05M | low, medium, high, xhigh, max | $1/$6 | balances intelligence and cost |
57
+ | `gpt-5.6-luna` | GPT-5.6 Luna | 1.05M | low, medium, high, xhigh, max | $0.1/$0.6 | 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 |