command-code 1.10.0 → 1.11.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,14 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: syntax highlighting for code blocks and markdown in the TUI (#3319g)
|
|
8
|
+
- feat(mods): render `cmd.ui.setStatus` segments in the TUI footer
|
|
9
|
+
- feat: use Shades of Purple syntax theme (#3328)
|
|
10
|
+
- fix: size model picker name column to widest label #3329
|
|
11
|
+
|
|
3
12
|
## 1.10.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -9,7 +9,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
9
9
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out | Best for |
|
|
10
10
|
|---|---|---|---|---|---|
|
|
11
11
|
| `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro | 1M | high, max | $0.435/$0.87 | hybrid-attention long-context reasoning |
|
|
12
|
-
| `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash | 1M | high, max | $0.14/$0.28 | fast hybrid-attention reasoning |
|
|
12
|
+
| `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash (latest) | 1M | high, max | $0.14/$0.28 | fast hybrid-attention reasoning |
|
|
13
13
|
| `moonshotai/Kimi-K3` | Kimi K3 | 1M | — | $3/$15 | long-horizon coding & knowledge work with 1M context |
|
|
14
14
|
| `moonshotai/Kimi-K2.7-Code` | Kimi K2.7 Code | 256K | — | $0.95/$4 | improved long-horizon coding with vision |
|
|
15
15
|
| `moonshotai/Kimi-K2.7-Code-Highspeed` | Kimi K2.7 Code HighSpeed | 262K | — | $1.9/$8 | high-speed long-horizon coding with vision |
|