cursor_history_migrate
Move or copy chat sessions between workspaces, with option to delete original on move. Helps reorganize Cursor AI chat history across projects.
Instructions
⚠️ DESTRUCTIVE: Move or copy chat sessions between workspaces. When moving (not copying), the original session is deleted. Consider creating a backup first using cursor_history_backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionIndexes | Yes | List of session indexes to migrate (1-based, as shown in list output) | |
| destination | Yes | Absolute path to the destination workspace folder | |
| mode | No | Migration mode: 'move' deletes original, 'copy' keeps original | move |