Continue Cursor chat
cursor_continueResume a previous Cursor chat session to send follow-up messages with configurable permission policies for applying fixes or further 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 |