command-code 1.42.0 → 1.44.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,18 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.44.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: add Meta Muse Spark 1.3 and 1.3 Contributor models
|
|
8
|
+
- feat: Show active model in terminal title to tell sessions apart
|
|
9
|
+
|
|
10
|
+
## 1.43.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- feat: gemini 3.8 flash
|
|
15
|
+
|
|
3
16
|
## 1.42.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -73,6 +73,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
73
73
|
|
|
74
74
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
|
|
75
75
|
|---|---|---|---|---|---|---|
|
|
76
|
+
| `google/gemini-3.8-flash` | Gemini 3.8 Flash | 1M | low, medium, high | $1.5/$7.5 · cache $0.15 | GOAT and above | newest Gemini Flash, improved core reasoning |
|
|
76
77
|
| `google/gemini-3.7-flash` | Gemini 3.7 Flash | 1.05M | low, medium, high | $1.5/$7.5 · cache $0.15 (write $0.08334) | GOAT and above | higher-quality coding & agentic workflows, fewer tokens |
|
|
77
78
|
| `google/gemini-3.6-flash` | Gemini 3.6 Flash | 1M | low, medium, high | $1.5/$7.5 · cache $0.15 | Pro and above | previous Gemini Flash, still fast & capable |
|
|
78
79
|
| `google/gemini-3.5-flash` | Gemini 3.5 Flash | 1M | low, medium, high | $1.5/$9 · cache $0.15 | Pro and above | Pro-level coding proficiency, parallel agentic execution |
|
|
@@ -90,6 +91,8 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
90
91
|
| `meta/muse-spark-1.1` | Muse Spark 1.1 | 1.05M | — | $1.25/$4.25 · cache $0.15 | Pro and above | agentic performance, tool use, and computer use |
|
|
91
92
|
| `meta/muse-spark-1.2` | Muse Spark 1.2 | 1.05M | — | $1.25/$4.25 · cache $0.15 | GOAT and above | coding-optimized for agentic workflows and large codebases |
|
|
92
93
|
| `meta/muse-spark-1.2-contributor` | Muse Spark 1.2 Contributor | 1.05M | — | $0.1/$0.2 · cache $0.002 | Go and above | Muse Spark 1.2 at ~95% off |
|
|
94
|
+
| `meta/muse-spark-1.3` | Muse Spark 1.3 | 1.05M | — | $1.25/$4.25 · cache $0.15 | GOAT and above | multimodal reasoning for long-horizon agentic and coding workflows |
|
|
95
|
+
| `meta/muse-spark-1.3-contributor` | Muse Spark 1.3 Contributor | 1.05M | — | $0.1/$0.2 · cache $0.002 | Go and above | Muse Spark 1.3 at up to 95% off |
|
|
93
96
|
## xAI
|
|
94
97
|
|
|
95
98
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
|
|
@@ -303,6 +303,7 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
303
303
|
- tencent/hy4-preview
|
|
304
304
|
- tencent/hy3-paid
|
|
305
305
|
- tencent/Hy3
|
|
306
|
+
- google/gemini-3.8-flash
|
|
306
307
|
- google/gemini-3.7-flash
|
|
307
308
|
- google/gemini-3.6-flash
|
|
308
309
|
- google/gemini-3.5-flash
|
|
@@ -314,6 +315,8 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
314
315
|
- meta/muse-spark-1.1
|
|
315
316
|
- meta/muse-spark-1.2
|
|
316
317
|
- meta/muse-spark-1.2-contributor
|
|
318
|
+
- meta/muse-spark-1.3
|
|
319
|
+
- meta/muse-spark-1.3-contributor
|
|
317
320
|
- nvidia/nemotron-3-ultra-550b-a55b
|
|
318
321
|
- poolside/laguna-s-2.1-free
|
|
319
322
|
- inclusionai/ling-3.0-flash-free
|