Continue a Codex task
codex_continueSend a follow-up instruction to an existing Codex thread, preserving prior context to iterate on review feedback without re-delegating from scratch.
Instructions
Send a follow-up instruction into an existing Codex thread, keeping all of its prior context. Use it to iterate on review feedback instead of re-delegating from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optionally switch model for this turn onward. | |
| taskId | Yes | taskId returned by a previous codex_delegate. | |
| instruction | Yes | The follow-up instruction for Codex. | |
| waitSeconds | No | How long to block before returning a pollable taskId. | |
| reasoningEffort | No | Optionally switch reasoning effort for this turn onward. |