command-code 1.11.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,10 +1,17 @@
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
+
3
10
  ## 1.11.0
4
11
 
5
12
  ### Minor Changes
6
13
 
7
- - feat: syntax highlighting for code blocks and markdown in the TUI (#3319g)
14
+ - feat: syntax highlighting for code blocks and markdown in the TUI (#3319)
8
15
  - feat(mods): render `cmd.ui.setStatus` segments in the TUI footer
9
16
  - feat: use Shades of Purple syntax theme (#3328)
10
17
  - fix: size model picker name column to widest label #3329
@@ -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