command-code 1.6.2 → 1.7.1
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,18 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: retry web-search errors and improve error messages
|
|
8
|
+
|
|
9
|
+
## 1.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- feat: 50% off GPT-5.6 Terra/Luna (limited-time deal)
|
|
14
|
+
- feat: GPT-5.6 Luna is now available on go plan
|
|
15
|
+
|
|
3
16
|
## 1.6.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -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 | $
|
|
57
|
-
| `gpt-5.6-luna` | GPT-5.6 Luna | 1.05M | low, medium, high, xhigh, max | $0.
|
|
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 |
|