Skip to content

feat: support max reasoning effort - #572

Open
MattSyska wants to merge 1 commit into
openai:mainfrom
MattSyska:feature/add-max-reasoning-effort
Open

feat: support max reasoning effort#572
MattSyska wants to merge 1 commit into
openai:mainfrom
MattSyska:feature/add-max-reasoning-effort

Conversation

@MattSyska

Copy link
Copy Markdown

What we are solving

Codex supports max reasoning effort, but the Claude Code bridge currently rejects --effort max before it reaches Codex. Users therefore cannot select the highest supported effort through /codex:rescue.

Why

Max is useful for difficult bounded work and lets orchestrators exhaust a cheaper execution model's reasoning range before escalating to a more expensive model.

Changes

  • Accept max in the companion bridge validator and CLI help.
  • Document max in the rescue command and runtime skill.
  • Cover the accepted value and app-server passthrough in tests.

Testing

  • npm test — 91 tests passed
  • git diff --check

@MattSyska
MattSyska requested a review from a team July 31, 2026 02:57
@MattSyska MattSyska changed the title feat: support max reasoning effort (PLTFLW-12415) feat: support max reasoning effort Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant