Follow up on a Codex job
codex_replySend follow-up corrections or new instructions to a finished Codex job, reusing its working directory and sandbox. Returns a new jobId for asynchronous collection.
Instructions
Send a follow-up into a finished job's Codex thread — corrections, review comments, 'you missed X', 'now do Y as well'. Codex retains everything from the original job, so this is far better than starting a fresh job that would begin cold. Returns a new jobId you collect exactly like codex_start — keep working while it runs rather than re-checking in a loop. The follow-up reuses the original job's working directory and sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job to continue. May itself be a previous codex_reply job. | |
| prompt | Yes | The follow-up message for Codex. | |
| structured | No | Whether to require a typed report. Defaults to the parent job's setting. | |
| reasoningEffort | No | Reasoning effort for this follow-up. Defaults to the parent job's setting. Worth raising when the first attempt got it wrong for want of thinking, and worth lowering when the follow-up is a mechanical fixup of work already done. |