claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Conversation History disappeared after update.

Open roxstar-ai opened this issue 4 months ago • 4 comments

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

roxstar-ai avatar Dec 02 '25 20:12 roxstar-ai

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/12872
  2. https://github.com/anthropics/claude-code/issues/9258
  3. 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

github-actions[bot] avatar Dec 02 '25 20:12 github-actions[bot]

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.

ShirazC avatar Dec 03 '25 02:12 ShirazC

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.

yashagldit avatar Dec 17 '25 23:12 yashagldit

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.

github-actions[bot] avatar Jan 17 '26 10:01 github-actions[bot]

problem is still there

HelixX23 avatar Jan 19 '26 19:01 HelixX23