codex-reply
Resume a previous Codex CLI conversation by supplying a thread ID and follow-up prompt to continue where you left off.
Instructions
Continue a Codex CLI conversation by providing the thread ID from a previous codex call and a follow-up prompt.
Uses codex exec resume to load the previous session from disk and continue the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name override. Do NOT set this unless the user explicitly requests a specific model or asks for the "latest" model — Codex CLI uses its own configured default. Known models: gpt-5.6-sol (latest, supports effort max) | |
| config | No | Config overrides as key-value pairs (passed as -c key=value) | |
| effort | No | Reasoning effort level. Auto-select based on task complexity: medium for simple tasks (quick questions, small edits), high for moderate tasks (bug fixes, features), xhigh for complex tasks (architecture, multi-file refactoring), max for the hardest tasks (deep analysis, large-scale design). Do NOT set if the user explicitly requests a specific level. | |
| prompt | Yes | The follow-up prompt to send to Codex | |
| timeout | No | Timeout in milliseconds (default: 600000 = 10 min). Increase for long-running tasks. | |
| threadId | Yes | The thread ID from a previous codex tool call |