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
19.25k stars 1.66k forks source link

Chat View History: display current conversation #2796

Open Astlaan opened 1 week ago

Astlaan commented 1 week ago

Validations

Problem

Currently, if I start a new Chat (Ctrl+L) and start talking with the LLM, and then click "View History", the current chat will not appear in the History. Only if I, for example, select a past chat and click View History again, will it appear on the top.

Solution

I think it would be more clear if history displayed not only past conversations, but also the latest created, ongoing conversation.

sestinj commented 1 week ago

Yeah this definitely makes sense!

I'm marking this as good-first-issue on the chance that anyone finds it and is interested in contributing before we get to it, but I think this feels like a high bang to buck that we might fix in the next ~week

I think the best way of doing this is probably to auto-save the chat at the end of each message