auto-review fails with "codex-auto-review" model name not supported
What version of the Codex App are you using (From “About Codex” dialog)?
26.623.13972.0
What subscription do you have?
No
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
When running commands that require sandbox escalation (require_escalated), the auto-review system consistently fails with an upstream API error. The auto-review passes model name codex-auto-review to the backend, but the API only accepts deepseek-v4-pro or deepseek-v4-flash.
What steps can reproduce the bug?
Automatic approval review failed:
{"error":{"message":"{\"error\":{\"message\":\"The supported API model names are
deepseek-v4-pro or deepseek-v4-flash, but you passed codex-auto-review.\",
\"type\":\"invalid_request_error\",\"param\":null,\"code\":\"invalid_request_error\"}}",
"type":"upstream_error","code":"400"}}
What is the expected behavior?
The auto-review should evaluate the escalation request and either approve or reject it based on policy.
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗