Review workspace changes with Codex
codex_reviewAnalyze uncommitted code changes in a workspace and return prioritized findings with a session ID for continued interaction.
Instructions
Ask Codex to review the uncommitted changes in a workspace (read-only sandbox, no files modified). Returns findings ordered by severity plus a sessionId usable with codex_continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path of the workspace to review | |
| focus | No | Optional focus for the review, e.g. "security of the auth module" | |
| model | No | Codex model override | |
| terminal | No | Open a Terminal window streaming live progress (default: env CODEX_MCP_TERMINAL=1) | |
| timeoutMs | No | Max execution time in ms (default: 30 minutes) |