codex_continue
Resume a prior Codex session to apply follow-up instructions, corrections, or iterative bug fixes in the same thread.
Instructions
Continues an existing Codex session thread for follow-up adjustments, corrections, or iterative bugfixing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Run task asynchronously in background. | |
| model | No | Model override (e.g. gpt-5.6-luna). | |
| thread_id | Yes | The thread ID returned from a prior codex_execute or codex_continue call. | |
| instructions | Yes | Follow-up instructions or bugfix feedback for Codex. | |
| workspace_dir | No | Target workspace directory path (MANDATORY in Claude Desktop to point to the project repo). Defaults to current working directory. | |
| timeout_seconds | No | ||
| include_git_diff | No | ||
| reasoning_effort | No |