Continue Codex session
codex_continueResume an existing Codex session by sending a follow-up prompt. The session retains its original sandbox and model from the prior ask.
Instructions
Continue the Codex session rooted at this workspace (codex exec resume).
Resumes the exact session id captured from the last codex_ask in this workspace, falling back to the newest on-disk session whose recorded cwd matches (so it still works after a server restart). The resumed session keeps its original sandbox and model — those are chosen when you start it with codex_ask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | No | If true, open the live "watch" view streaming codex's steps as it works (same viewer as codex_ask). Default false. | |
| prompt | Yes | Follow-up message for the existing session. | |
| timeout_s | No | Max seconds to wait for codex to complete. Default 180. | |
| workspace | No | Working root used by the prior session. Defaults to the server cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |