Continue a Codex session
codex_continueResume a Codex session with a follow-up prompt to address review feedback while preserving session context.
Instructions
Resume an existing Codex session by sessionId with a follow-up prompt — typically review feedback that Codex should address. Preserves Codex context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path of the workspace Codex should work in | |
| model | No | Codex model override | |
| prompt | Yes | Follow-up instruction, e.g. review findings to fix | |
| sandbox | No | Codex sandbox policy (default: workspace-write) | workspace-write |
| terminal | No | Open a Terminal window streaming live progress (default: env CODEX_MCP_TERMINAL=1) | |
| sessionId | Yes | Session/thread id returned by a previous codex_execute call | |
| timeoutMs | No | Max execution time in ms (default: 30 minutes) |