VS Code Github Copilot Restore Checkpoint + Compact Conversation Issue #189562
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Hi @PellucidDice, this looks like a state-sync bug between the 'Checkpoint' restore and the context management engine. When you restore a checkpoint, the metadata that tracks conversation history for the 'Compact' command seems to be getting wiped or de-indexed. While waiting for a fix from the GitHub team, here is a workaround you can try:
I recommend reporting this via the 'Report a Problem' menu inside VS Code (Help > Report Issue) so they can collect your logs! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Copilot Feature Area
VS Code
Body
When you restore the chat to a previous checkpoint then compact the conversation using the context window, you lose the whole chat history and it will fail to compact the conversation with error "Nothing to compact. Start a conversation first.".
Tried to recover the conversation but redo button just does not do anything.
Happened multiple times to me in the past few days, with the latest version (0.38 ~ 0.39)
All reactions