Continue Cursor chat
cursor_continueResume the last Cursor chat in this workspace to send follow-up prompts without losing context. Use a higher permission sandbox to apply fixes after a read-only analysis.
Instructions
Continue the Cursor chat rooted at this workspace (resumes its chat id).
Resumes the exact chat id the bridge minted on the last cursor_ask in this
workspace, falling back to the newest on-disk chat whose recorded cwd matches
(so it still works after a server restart). cursor applies permission flags per
invocation, so sandbox takes effect here too — e.g. analyze read-only with
cursor_ask, then continue with "workspace-write" to apply the fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | No | If true, open the live "watch" view streaming cursor's steps (same viewer as cursor_ask). Default false. | |
| prompt | Yes | Follow-up message for the existing chat. | |
| sandbox | No | Permission policy for THIS turn (default "read-only"). Same values and caveats as cursor_ask. | read-only |
| timeout_s | No | Max seconds to wait for cursor to complete. Default 180. | |
| workspace | No | Working root used by the prior chat. Defaults to the server cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |