reply
Resume an OpenAI Codex session by providing a thread ID and next prompt, with automatic stall detection and recovery.
Instructions
Continue a Codex conversation by providing the thread id and prompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Execution level (optional, for log naming): L1=Executor, L2=Builder, L3=Autonomous, L4=Specialist | |
| prompt | Yes | The next user prompt to continue the conversation | |
| threadId | Yes | The thread id for this Codex session | |
| maxRecoveryAttempts | No | Max auto-recovery attempts when stalled (default: 2) | |
| stallTimeoutMinutes | No | Minutes of inactivity before detecting stall (default: 5) |