codex_review
Run a non-interactive Codex code review on the current repository to identify issues in uncommitted changes, a commit, or changes against a base branch.
Instructions
Run a non-interactive Codex code review (codex exec review) against the current repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the codex process. | |
| env | No | Additional environment variables for codex. | |
| base | No | Review changes against the given base branch. | |
| model | No | Model the agent should use. May be forced by the server's model-override environment variable. | |
| title | No | Optional commit title to display in the review summary. | |
| commit | No | Review the changes introduced by a single commit. | |
| prompt | No | Custom review instructions. | |
| ephemeral | No | Skip persisting session files to disk. Defaults to true. | |
| extraArgs | No | Additional raw codex CLI arguments appended to the command. | |
| timeoutMs | No | Process timeout in milliseconds. | |
| ignoreRules | No | Do not load user or project execpolicy .rules files. | |
| uncommitted | No | Review staged, unstaged, and untracked changes. | |
| outputSchema | No | Path to a JSON Schema file describing the expected final response shape. | |
| skipGitRepoCheck | No | Allow running outside a Git repository. Defaults to true. | |
| outputLastMessage | No | Path to a file where the final agent message should be written. | |
| dangerouslyBypassApprovalsAndSandbox | No | Skip all confirmation prompts and sandboxing. Only use in an already-isolated environment. |