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
17.95k stars 1.4k forks source link

Feat Request: Session History management. #479

Open ecureuill opened 1 year ago

ecureuill commented 1 year ago

Hi, thank you for this project! =)

Is your feature request related to a problem? Please describe. It's difficult to find a specific chat in the history

Describe the solution you'd like A clear and concise description of what you want to happen.

Would be great to perform some actions on sessions from the history panel:

sestinj commented 1 year ago

These are all great ideas! Especially the last will make for a great ContextProvider plugin.

You can actually export a session right now while it is open by using the /share slash command, which will export as Markdown

The rest we can definitely make happen

sestinj commented 10 months ago

This doesn't address all of the enhancements listed, but to keep this thread updated, we've recently added the ability to delete sessions from the history page.

So tags are the remaining item on this list

mkummer225 commented 1 month ago

Another that came to mind today was automatic title generation for sessions – would definitely make finding older ones easier than trying to remember my random opener to a prompt

Either via an API of the user's choosing or a small model on device - spent a little time playing around with a few T5 based title-gen models that seem decent, might need a more tailored dataset + fine tune to be usable in continue's context though