command-code 1.11.0 → 1.12.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,10 +1,23 @@
1
1
  # command-code
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: add the GOAT plan
8
+
9
+ ## 1.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: mid stream errors retryability
14
+ - fix: remove duplicate flags in /help
15
+
3
16
  ## 1.11.0
4
17
 
5
18
  ### Minor Changes
6
19
 
7
- - feat: syntax highlighting for code blocks and markdown in the TUI (#3319g)
20
+ - feat: syntax highlighting for code blocks and markdown in the TUI (#3319)
8
21
  - feat(mods): render `cmd.ui.setStatus` segments in the TUI footer
9
22
  - feat: use Shades of Purple syntax theme (#3328)
10
23
  - 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