From fcc76cf3e761ee0cb93523808bd71b7f971a1ad0 Mon Sep 17 00:00:00 2001 From: Corry Haines Date: Sat, 10 May 2025 15:58:59 -0700 Subject: [PATCH] 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 --- codex-cli/src/cli.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codex-cli/src/cli.tsx b/codex-cli/src/cli.tsx index c54b6f1f..bbfc6237 100644 --- a/codex-cli/src/cli.tsx +++ b/codex-cli/src/cli.tsx @@ -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 Set the reasoning effort level (low, medium, high) (default: high) + Dangerous options --dangerously-auto-approve-everything Skip all confirmation prompts and execute commands without