How do I export chat with AI?

+1 this would be great. or perhaps another way to back them up in the cloud

+1 We need this quality-of-life feature.

In some projects in my case the chat is the actual source code from which the code is reconstructed. It contains versions, history, justification of choices. I want to add it in git. @sheikheddy gives a good work around, but this really needs to be a central feature. I want to be able to browse all the snippets that modified a given file, I want to be able to do the equivalent of git blame on my code to get back to where a regression happened, etc.

1 Like

I made a small script just for my specific use, hopefully will get it to be more featured in the future. It extracts the latest AI chat and prints it as a markdown:

3 Likes

this is awesome, worked great, thank you for postingā€¦

1 Like

we have the same needs

I have created a Cursor (VSCode) extension version that extracts the chats and lets you save the chats as markdown to a file or a new text using the command palette.

Let me know if youā€™re interested Iā€™m finalizing it tomorrow and making it downloadable.

4 Likes

Iā€™m in. Please share download. You could sell this one dude. :wink:

Can you make a Cursor Marketplace extension and put it in there? :slight_smile:

Iā€™ve made a cursor chat browser for both chat and composer messages (using cursor).
Feel free to check it out here. It has already helped me a lot. You can download the logs as md, pdf or html.

Feel free to contribute to improvements.

2 Likes

:fire: :fire: :fire:

1 Like

Ainā€™t it crazy that rather than fix my npm install, I found it faster to just generate the same thing with flask?

Here you go, this one finds all your conversations, orders them by time and allows you to search their content.

Done in 20 minutes with our favorite tool before a meeting.