Exporting and Renaming "Chats"

I want to store my understanding of code somewhere else as documentation, can you guys provide a way to export the chat and also to rename them so that we can keep track of which chat has which questions rather than just the first question. Thank you

11 Likes

Thatā€™s a good suggestion. Iā€™ll note it down.

6 Likes

+1 for this feature, especially considering that the code blocks do not get selected when you manually select text by dragging (so the entire chat cannot be copy/pasted together, need to separately copy the ā€œconversationā€ and the ā€œcodeā€).

more and more, iā€™m finding that as i get better at giving cursor the right docs and references, the chats are incredibly valuable resources/references for the future. in many cases, the chat is better documentation than the official docs iā€™m @-ing

3 Likes

even the ability to search prior chat history would be a major performance booster for me personally

5 Likes

My conversation histories are me trying to figure out the right thing to look at and the right way to say how I want to solve a problem.

I just spent a dollar on API calls trying figure out how to use databases in FastUI.

I want those chat logs so I can analyze and learn about how I learn from them.

I understand this data is valuable and itā€™s understandable the founders donā€™t want to go out of their way to give it away.

As writing code becomes more and more like writing an essay, the amount of people that will be able to solve their problems with code will increase exponentially.

The ā€˜grammarlyā€™ of computer programming

4 Likes

I suggest that, add a new feature button on the chat panelā€™s top right corner, like copy as markdown

4 Likes

this would be great!

Would @'ing previous conversations solve this issue?

Or the ability to tag @previous_chats in general (weā€™d use retrieval to get the conversations/messages that would best help answer your question)

1 Like

btw - it appears that renaming chats is broken. should i file a bug report? you can rename the chats, but they donā€™t save as the new name.

Sorry for getting back this late, but just pushed a fix and will be included in the next release!

1 Like

+1000 for ā€œcopy as markdownā€.

in the meantime, i will explore this workaround: [Guide][5 steps] Exporting chats & prompts from Cursor - #2 by raw.works

3 Likes

Until Cursor has implemented the chat export, hereā€™s a solution:

Disclaimer: I wrote this repo.

5 Likes

hi @somogyijanos
Thanks for posting this, an invaluable capability. Do you know if the new Composer feature saves chats in this same place, or is it just a completely different thing?

search cursor-chat-browser on github. It allows you to browse and download all your logs from both Chat and Composer.