Continue a Codex session
codex_follow_upContinue a delegated coding task by sending a follow-up message using its thread_id, reusing Codex's existing context instead of resending it.
Instructions
Send a follow-up message to a previous delegation using its thread_id. Codex still has the earlier context, so this is much cheaper than re-sending it with codex_delegate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Override the model for this turn. | |
| prompt | Yes | The follow-up instruction. | |
| sandbox | No | Sandbox policy for this turn. Defaults to read-only. | |
| thread_id | Yes | The thread_id reported by a previous codex_delegate call. | |
| working_dir | No | ||
| auto_approve | No | ||
| timeout_seconds | No | ||
| reasoning_effort | No | Override the reasoning effort for this turn. |