continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
13.56k stars 952 forks source link

Save chat contents #1283

Open explorigin opened 2 months ago

explorigin commented 2 months ago

Validations

Problem

I've had a good chat with my AI. I'm ready to change the subject and talk about something new but my current chat was extensive and I want to refer back to it later.

Solution

Offer a button to export the chat to a markdown file.

sestinj commented 1 month ago

@explorigin There are a couple of ways that you can do this. First, whenever you start a new chat, it will be saved and you can go back to it by going to the history page (icon in the top right of the sidebar). The second option is to use the "/share" slash command, which will actually export the chat as a readable markdown format

kfwebdev commented 2 weeks ago

/share works beautifully!