Add 'maximum' reasoning level for codex xhigh support#509
Add 'maximum' reasoning level for codex xhigh support#509mariusvniekerk wants to merge 3 commits intomainfrom
Conversation
Adds a new ReasoningMaximum level that maps to codex's "xhigh" reasoning effort. Accepts "maximum", "max", and "xhigh" as aliases. For agents without an xhigh equivalent, maximum behaves as thorough. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@mariusvniekerk want to add support for high/max claude efforts in this too? |
roborev: Combined Review (
|
ClaudeAgent now passes --effort to Claude Code CLI: maximum→max, thorough→high, fast→low, standard→omitted. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
roborev: Combined Review (
|
…for medium/maximum - Add ReasoningMedium level distinct from standard (standard = no override, medium = explicit medium effort) - Claude agent maps reasoning levels to --effort flag with compatibility probe (degrades gracefully on older Claude Code installs) - Add _medium and _maximum workflow config fields to both Config and RepoConfig structs so level-specific agent/model routing works - Update CLI help text and TOML comments for all five levels Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
roborev: Combined Review (
|
|
@wesm Added support for the levels in claude too. Also added an explicit medium level. |
Summary
ReasoningMaximumlevel ("maximum") that maps to codex's"xhigh"reasoning effort, enabling access to codex's highest reasoning tier"maximum","max", and"xhigh"as aliases in bothParseReasoningLevelandNormalizeReasoningmaximummaps to their highest available level (same as thorough)Closes #386
🤖 Generated with Claude Code