codex - 💡(How to fix) Fix Auto-review escalation fails: codex-auto-review model name not recognized

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

When the agent requests escalated permissions (e.g. netsh wlan show interfaces requiring admin), the automatic approval review always fails with the following error: "error": { Auto-review system rejects it with the above error

Root Cause

Actual behavior: All escalation requests fail because the auto-review system passes the model name codex-auto-review, which is not a valid model name — only deepseek-v4-pro and deepseek-v4-flash are supported.

RAW_BUFFERClick to expand / collapse

When the agent requests escalated permissions (e.g. netsh wlan show interfaces requiring admin), the automatic approval review always fails with the following error: Automatic approval review failed: { "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" } } Steps to reproduce:

Open Codex and enter any prompt that triggers an escalation request (e.g., "show me my Wi-Fi password") Agent attempts to run a privileged command with sandbox_permissions: "require_escalated" Auto-review system rejects it with the above error Expected behavior: Escalation requests should be reviewed and presented to the user for approval.

Actual behavior: All escalation requests fail because the auto-review system passes the model name codex-auto-review, which is not a valid model name — only deepseek-v4-pro and deepseek-v4-flash are supported.

Environment:

Codex Desktop (Windows) Date: 2026-05-31

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Auto-review escalation fails: codex-auto-review model name not recognized