-
|
I'm using the Cursor app in Linux Mint. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey, so I assume you have the SpecStory extension http://get.specstory.com/cursor-extension installed in Cursor. And then you can use the command palette (CMD-Shift-P) and type "SpecStory" and select the "Save Composer and Chat History". That opens a picker with all your workspace's chats and composers, and you can keep all of them selected, or select just some of them. That opens a tab with a markdown of the history of all the selected chats and composers. You can then save this tab as a file as normal, and check the file into GitHub. We're going to change this in future versions of the extension so that you can have it continual capture the history to a file, that you keep checked into GitHub if you like (or .gitignore if you don't). Let me know if that helps! |
Beta Was this translation helpful? Give feedback.
Hey, so I assume you have the SpecStory extension http://get.specstory.com/cursor-extension installed in Cursor. And then you can use the command palette (CMD-Shift-P) and type "SpecStory" and select the "Save Composer and Chat History". That opens a picker with all your workspace's chats and composers, and you can keep all of them selected, or select just some of them.
That opens a tab with a markdown of the history of all the selected chats and composers. You can then save this tab as a file as normal, and check the file into GitHub.
We're going to change this in future versions of the extension so that you can have it continual capture the history to a file, that you keep checked into …