Cursor: follow up
cursor_follow_upResume a Cursor Agent conversation using its agent ID and a new prompt. Automatically loads prior context for coherent interaction.
Instructions
Continue an existing Cursor Agent conversation by agentId with a new prompt. Conversation context from previous runs is loaded automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | The agentId returned by a previous cursor_run_agent call. | |
| prompt | Yes | Follow-up instruction for the agent. | |
| model | No | Optional per-run model override. |