codex_run_turn
Resume an existing Codex thread by sending a follow-up prompt to continue autonomous coding tasks.
Instructions
Run a follow-up turn or send a new prompt in an existing Codex thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workingDirectory | No | ||
| model | No | ||
| sandboxMode | No | danger-full-access | |
| networkAccessEnabled | No | ||
| webSearchEnabled | No | ||
| threadId | Yes | The ID of the thread to resume. | |
| prompt | Yes | The follow-up prompt or query for the agent. |