[BUG] Conversation History disappeared after update.
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
after doing the update to the latest Claude code agent in VS code this morning all of my conversation history with the opened project has disappeared. I used the agent to search and find, and it says that all of my conversations are still stored in the folder just not displaying. I have reload, restarted, etc multiple times still isn't coming back Help!
What Should Happen?
the conversation history should appear in the dropdown inside the Claude code agent window. so that you can recall previous conversations
Error Messages/Logs
Steps to Reproduce
I dont know the answer to this, and I wouldn't suggest it anyway
Claude Model
Not sure / Multiple models
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
2.0.56
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
VS Code integrated terminal
Additional Information
No response
Found 3 possible duplicate issues:
- https://github.com/anthropics/claude-code/issues/12872
- https://github.com/anthropics/claude-code/issues/9258
- https://github.com/anthropics/claude-code/issues/12114
This issue will be automatically closed as a duplicate in 3 days.
- If your issue is a duplicate, please close it and 👍 the existing issue instead
- To prevent auto-closure, add a comment or 👎 this comment
🤖 Generated with Claude Code
same issue. I see the .jsonl files, but its not showing any conversations from the past week. the last conversation the ui shows is from 6 days ago.
update: history shows up when using terminal version, but not the vscode extension ui.
The data is still there at ~/.claude/projects/*/history.jsonl, just not showing in the UI.
Quick diagnostic:
Check if your history still exists
ls -lh ~/.claude/projects/*/history.jsonl
If you see files there, your history isn't lost - just not displaying.
I ran into this constantly and built a VSCode extension that reads the JSONL files directly and maintains a persistent sidebar: https://marketplace.visualstudio.com/items?itemName=agsoft.claude-history-viewer
It runs alongside the official extension and just provides the missing persistence layer.
This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.
problem is still there