command-code 1.27.0 → 1.27.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,5 +1,17 @@
1
1
  # command-code
2
2
 
3
+ ## 1.27.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(deps): package updates and stability improvements
8
+
9
+ ## 1.27.1
10
+
11
+ ### Patch Changes
12
+
13
+ - feat: GPT-5.6 Sol at standard pricing with a bigger allowance
14
+
3
15
  ## 1.27.0
4
16
 
5
17
  ### Patch Changes
@@ -53,7 +53,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
53
53
 
54
54
  | Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
55
55
  |---|---|---|---|---|---|---|
56
- | `gpt-5.6-sol` | GPT-5.6 Sol | 1.05M | low, medium, high, xhigh, max | $2.5/$15 · cache $0.25 (write $3.125) | GOAT and above | frontier model for complex professional work |
56
+ | `gpt-5.6-sol` | GPT-5.6 Sol | 1.05M | low, medium, high, xhigh, max | $5/$30 · cache $0.5 (write $6.25) | GOAT and above | frontier model for complex professional work |
57
57
  | `gpt-5.6-terra` | GPT-5.6 Terra | 1.05M | low, medium, high, xhigh, max | $2/$12 · cache $0.2 (write $2.5) | Pro and above | balances intelligence and cost |
58
58
  | `gpt-5.6-luna` | GPT-5.6 Luna | 1.05M | low, medium, high, xhigh, max | $0.2/$1.2 · cache $0.02 (write $0.25) | Go and above | optimized for cost-sensitive workloads |
59
59
  | `gpt-5.5` | GPT-5.5 | — | low, medium, high, xhigh | $5/$30 · cache $0.5 (write $0) | Pro and above | latest frontier model for general complex work |