command-code 1.10.0 → 1.11.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,21 @@
1
1
  # command-code
2
2
 
3
+ ## 1.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: mid stream errors retryability
8
+ - fix: remove duplicate flags in /help
9
+
10
+ ## 1.11.0
11
+
12
+ ### Minor Changes
13
+
14
+ - feat: syntax highlighting for code blocks and markdown in the TUI (#3319)
15
+ - feat(mods): render `cmd.ui.setStatus` segments in the TUI footer
16
+ - feat: use Shades of Purple syntax theme (#3328)
17
+ - fix: size model picker name column to widest label #3329
18
+
3
19
  ## 1.10.0
4
20
 
5
21
  ### 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 |
@@ -121,9 +121,6 @@
121
121
  - --theme <theme>: Set the color theme (dark or light)
122
122
  - --config <key=value>: Set any setting headlessly, e.g. --config theme=dark (repeatable) — the CLI form of /config
123
123
  - --list-models: List the models available for use
124
- - --effort <level>: Set reasoning effort (low, medium, high — per model)
125
- - --theme <theme>: Set the color theme (dark or light)
126
- - --config <key=value>: Set a setting headlessly, e.g. --config theme=dark (repeatable)
127
124
  - --plan: Start in plan mode
128
125
  - --permission-mode <mode>: Set permission mode (standard, plan, auto-accept)
129
126
  - --auto-accept: Start in auto-accept mode