codex_native_reply
Resume a previous Codex Native thread for a follow-up task using the prior job or thread ID. Returns a new durable job ID for background execution.
Instructions
Resume a previous Codex Native thread with a follow-up task. Use the prior job id or thread id; returns a new durable job id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute working directory inside the user's home directory. | |
| task | Yes | ||
| model | No | Optional explicit model override. | |
| effort | No | Optional explicit reasoning effort override. | |
| profile | No | Automatic model and reasoning preset. | |
| sandbox | No | workspace-write | |
| threadId | No | ||
| previousJobId | No | ||
| timeoutMinutes | No | ||
| dangerousConfirmed | No | Must be true for danger-full-access. Set only after explicit user confirmation. |