Where to find GitHub Copilot Chat History ? #129888
Replies: 34 comments 18 replies
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your feedback. Unfortunately I am not able to provide any extra information about this issue and I can't find a solution for it: this is why I am asking the community. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
I was wondering the same. My workaround for the time being is using the "Chat: Export Chat" command in VSCode in conjunction with the GitHub Copilot Chat extension. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Still an issue. |
Beta Was this translation helpful? Give feedback.
-
|
same issue here |
Beta Was this translation helpful? Give feedback.
-
|
man i need help as well cuz i tried to modifie my code and its all messed up now |
Beta Was this translation helpful? Give feedback.
-
|
Is there a history for the Inline Chat though? If I close the dialog and then I want to give more prompts for the same prompt, I am lost. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/microsoft/vscode-copilot-release/issues/3537 |
Beta Was this translation helpful? Give feedback.
-
|
GitHub Copilot Chat histories are stored per workspace—even if you didn’t create one manually, VS Code will generate one for you automatically. Normally, you can transfer histories between workspaces (and machines) using the The
Inside |
Beta Was this translation helpful? Give feedback.
-
|
I wanted to bring all these chat histories directly into my workspace, in a human readable format (markdown), so I built an extension to autosave chat history into my project folder. These markdowns are easy to version, search, and share. They can't be imported like the json files, but that's ok cause I can always # reference them from another chat. |
Beta Was this translation helpful? Give feedback.
-
|
The current history icon, especially in its context, looks like a revert icon - I never thought to click it to see my other/past chats and only discovered it due to lag in a remote desktop session... Not that I know what would be better; I want to say something like a tube-map-style icon like the version control history icon. But, erh, that would probably have the same connotation in that context. Maybe 3 overlapping speech bubbles? |
Beta Was this translation helpful? Give feedback.
-
|
There's also an issue where copilot chats aren't saved in a liveshare session |
Beta Was this translation helpful? Give feedback.
-
|
Is there a way that we could retrieve old Copilot chats in VSCode, be available somehow into Github's Copilot site? If it exists, i can't find it... |
Beta Was this translation helpful? Give feedback.
-
|
Intellij: VSCode: |
Beta Was this translation helpful? Give feedback.
-
|
To ti is completely beyond me, why there isn't a feature to store the chat history online, like there for the standard Microsoft Copilot. |
Beta Was this translation helpful? Give feedback.
-
|
If you use SSMS with Copilot then check here |
Beta Was this translation helpful? Give feedback.
-
|
In Copilot web, I just have the last four chats, and the only way I can access ones previous to that is if I still have that tab open in my browser, or if I had sent the link for any of them to someone. This is ridiculous. |
Beta Was this translation helpful? Give feedback.
-
|
At the moment, GitHub Copilot Chat does not provide a way to view or restore past chat history once a thread is closed or the editor session ends. A few important points to clarify: The “Threads” dropdown only shows the current active thread and the option to start a new one. It does not list previous conversations. What you can do instead Bottom line |
Beta Was this translation helpful? Give feedback.
-
|
Another way you can lose the history:
Well, except for those folders mentioned earlier from which I will try to pull it from. |
Beta Was this translation helpful? Give feedback.
-
|
To be honest, I switched from Cursor to VS Code with Copilot. My first problem was that I spent a lot of time generating and planning project history, then the agent generated the project. When I opened the project folder, VS Code restarted and all the history was lost. As a result, I ended up wasting a lot of tokens and burned through 73% of my monthly limit. Now I have to spend more tokens again to redo the work. This is unacceptable because it feels like I’ve literally lost money, which is very frustrating. |
Beta Was this translation helpful? Give feedback.
-
|
For full VS the logs seem to be here instead: |
Beta Was this translation helpful? Give feedback.
-
|
Guys, any solution for MAC? I can't find PyCharm's github copilot plugin's data folder. I do miss text search in github copilot soooo much. :( And Linux and Windows solutions I could see in this thread. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to retrieve my recent chat history by hitting Ctrl + Shift + P, then selecting Chat Agent Sessions: Open Agent Session. Selecting this then shows a drop-down of recent titled chat sessions. Hope it works for anyone else reading this and be of use. |
Beta Was this translation helpful? Give feedback.
-
|
My workaround was to left-click my session and run |
Beta Was this translation helpful? Give feedback.
-
|
I am able to retrieve my chat by hitting Ctrl + Shift + P, then selecting Chat: Show Chats. |
Beta Was this translation helpful? Give feedback.
-
|
I have the chatgpt Codex extension installed and I use both - "GitHub Copilot Chat" and "Codex" for different tasks. In session history I only see chats created from codex extension. I can't find sessions that I created from "GitHub Copilot Chat" extension itself anywhere. |
Beta Was this translation helpful? Give feedback.
-
|
Just prompt for putting the conversation in a txt file at the end of the session and append data to it. So you can easily resume a conversation. |
Beta Was this translation helpful? Give feedback.




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
Where can I find GitHub Copilot Chat History ?
Body
Hello.
I have been chatting with Copilot a couple of times today and I was wondering how to retrieve the chat (including suggested code snippets) from before but when I open the Threads dropdown I only see a "New Thread" selection.
When looking for it myself I only found answers related to MS Copilot or to where to find logs (which do not include code suggestions (and the format is not helpful anyway).
Unfortunately I am not able to provide any extra information about this issue and I can't find a solution.
Where can I find a copy of all my previous chats?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions