claude-code - 💡(How to fix) Fix [BUG] After updating Claude Code to v2.1.100, all conversations from today disappeared from the UI. [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48075Fetched 2026-04-15 06:33:57
View on GitHub
Comments
1
Participants
1
Timeline
6
Reactions
0
Participants
Timeline (top)
labeled ×5commented ×1

Error Message

Error Messages/Logs

Fix Action

Workaround

None. Reboot and window reload don't help.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Bug Description

After updating Claude Code to v2.1.100, all conversations from today disappeared from the UI. Restarting the app did not restore them.

Key finding: data is NOT lost

JSONL files are still on disk with today's timestamps — this is a UI display bug, not data loss.

Steps to reproduce

  1. Use Claude Code, accumulate conversations during the day
  2. Update to v2.1.100
  3. Reopen — all today's conversations gone from sidebar

Environment

  • Claude Code: 2.1.100
  • OS: macOS 14 (Sonoma)
  • Platform: Desktop app
  • Date: 2026-04-14

Workaround

None. Reboot and window reload don't help.

What Should Happen?

This problem shouldn't have happened

Error Messages/Logs

Steps to Reproduce

Steps to reproduce:

Use Claude Code desktop app on macOS Receive automatic update to v2.1.100 Reopen app after update All conversations from the current day are missing from the sidebar Unable to reproduce consistently — occurred after automatic update.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

v2.1.100

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue can likely be resolved by investigating and fixing the UI display logic in Claude Code version 2.1.100 to properly show conversations from the current day.

Guidance

  • Verify that the JSONL files are correctly formatted and contain the expected conversation data to confirm it's a UI display issue.
  • Check the update logs or release notes for version 2.1.100 to see if there were any changes to the conversation display logic or UI components.
  • Test the app with a previous version (if available) to confirm the regression and identify potential changes that caused the issue.
  • Consider debugging the UI component responsible for displaying conversations to identify any errors or inconsistencies in data rendering.

Example

No specific code snippet can be provided without more information about the Claude Code architecture or the UI components involved.

Notes

The issue seems to be specific to the UI display and does not result in data loss, which narrows down the potential causes. However, without more details about the code changes in version 2.1.100 or access to the codebase, it's challenging to provide a precise fix.

Recommendation

Apply a workaround by potentially downgrading to a previous version of Claude Code (if possible) or waiting for an update that addresses the UI display issue, as the current version (2.1.100) introduces this regression.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING