command-code 1.26.0 → 1.27.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,15 @@
1
1
  # command-code
2
2
 
3
+ ## 1.27.0
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add GPT-5.6 Sol at 50% off in GOAT and above
8
+
9
+ ### Patch Changes
10
+
11
+ - fix: refresh the version banner after `/reload`
12
+
3
13
  ## 1.26.0
4
14
 
5
15
  ### Minor Changes
@@ -8,8 +8,8 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
8
8
 
9
9
  | Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
10
10
  |---|---|---|---|---|---|---|
11
- | `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro (latest) | 1M | high, max | $0.435/$0.87 · cache $0.003625 | Go and above | hybrid-attention long-context reasoning |
12
- | `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash (latest) | 1M | high, max | $0.14/$0.28 · cache $0.0028 | Go and above | fast hybrid-attention reasoning |
11
+ | `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro (latest) | 1M | high, max | $0.66/$1.98 · cache $0.022 | Go and above | hybrid-attention long-context reasoning |
12
+ | `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash (latest) | 1M | high, max | $0.22/$0.66 · cache $0.007 | Go and above | fast hybrid-attention reasoning |
13
13
  | `moonshotai/Kimi-K3` | Kimi K3 | 1M | — | $3/$15 · cache $0.3 | Go and above | long-horizon coding & knowledge work with 1M context |
14
14
  | `moonshotai/Kimi-K2.7-Code` | Kimi K2.7 Code | 256K | — | $0.95/$4 · cache $0.19 | Go and above | improved long-horizon coding with vision |
15
15
  | `moonshotai/Kimi-K2.7-Code-Highspeed` | Kimi K2.7 Code HighSpeed | 262K | — | $1.9/$8 · cache $0.38 | Go and above | high-speed long-horizon coding with vision |
@@ -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 | $5/$30 · cache $0.5 (write $6.25) | Pro and above | frontier model for complex professional work |
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 |
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 |