Add reasoning effort option to CLI help text (#815)

Reasoning effort was already available, but not expressed into the help
text, so it was non-discoverable.

Other issues discovered, but will fix in separate PR since they are
larger:
* #816 reasoningEffort isn't displayed in the terminal-header, making it
rather hard to see the state of configuration
* I don't think the config file setting works, as the CLI option always
"wins" and overwrites it
This commit is contained in:
Corry Haines
2025-05-10 15:58:59 -07:00
committed by GitHub
parent 3104d81b7b
commit fcc76cf3e7

View File

@@ -79,6 +79,8 @@ const cli = meow(
--flex-mode Use "flex-mode" processing mode for the request (only supported
with models o3 and o4-mini)
--reasoning <effort> Set the reasoning effort level (low, medium, high) (default: high)
Dangerous options
--dangerously-auto-approve-everything
Skip all confirmation prompts and execute commands without