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
+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
even the ability to search prior chat history would be a major performance booster for me personally
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
I suggest that, add a new feature button on the chat panelâs top right corner, like copy as markdown
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)
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!
+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
Until Cursor has implemented the chat export, hereâs a solution:
Disclaimer: I wrote this repo.
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.
We built a natively integrated version of what youâre asking for. You can get it here: SpecStory (Cursor Extension) - Visual Studio Marketplace
Read a bit more about it here: Built a Cursor Extension to save and share chat and composer history
This is super cool.
I use it when I start a new chat or composer session.
Thanks guys !
Looking forward to continued updates and new features.