/review can submit stale reasoning.effort after switching to gpt-5.1-codex-mini
Open 💬 2 comments Opened Feb 22, 2026 by GraciousGazelles
What version of Codex CLI is running?
Source build from openai/codex commit 66d5d34e6 (binary reports codex-cli 0.0.0).
What subscription do you have?
Pro
Which model were you using?
gpt-5.3-codex-spark (xhigh) -> gpt-5.1-codex-mini (high)
What platform is your computer?
Linux x86_64
What terminal emulator and version are you using (if applicable)?
tmux 3.5a
What issue are you seeing?
/review can send stale reasoning.effort = xhigh after switching to gpt-5.1-codex-mini, causing:
Unsupported value: "xhigh" is not supported with the "gpt-5.1-codex-mini" model. Supported values are: "low", "medium", and "high".
What steps can reproduce the bug?
- Start a session on
gpt-5.3-codex-sparkwith effortxhigh. - Switch to
gpt-5.1-codex-miniwith efforthigh. - Run
/review. - Observe
unsupported_valueonreasoning.effort.
What is the expected behavior?
/review should use current runtime model/effort (or clamp to supported effort for the selected model).
Additional information
None.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗