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.43k stars 1.69k forks source link

Include past edit requests in history view #3031

Open ANogin opened 9 hours ago

ANogin commented 9 hours ago

Validations

Problem

Currently, the history view only shows previous chats, but not previous edit requests, and [as far as I can tell] there is no way to go back and review the edit requests I previously made (so that e.g. I could reuse one of them).

VSCode 1.95.3, Continue v0.8.57

Solution

Save edit requests as past sessions.

Patrick-Erichsen commented 7 hours ago

Funny enough I was just discussing this with @sestinj earlier today! We are planning to include edit history with some other enhancements we're making to the feature.

Our thought was to only include this in ~/.continue/sessions. Would that work for you, or were you hoping to have the history visible in the UI as well?

ANogin commented 7 hours ago

Having it somewhere vs nowhere is definitely the main thing. Having it readily available in the UI would just be a cherry on top.