claude-code - 💡(How to fix) Fix Sessions disappear from recent conversations on desktop app restart (Windows) [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#54759Fetched 2026-04-30 06:36:48
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4

Fix Action

Workaround

None within the desktop app. CLI workaround (claude --resume <session-id>) exists but is not acceptable for desktop users.

RAW_BUFFERClick to expand / collapse

Bug Description

After closing the Claude Code desktop app on Windows and reopening it the next day, previous sessions no longer appear in the recent conversations list. The underlying .jsonl session files are confirmed to still exist on disk — the data is not deleted — but the desktop app UI does not surface them.

This has occurred repeatedly (at least twice), making the desktop app unusable for day-over-day continuity without resorting to the terminal.

Steps to Reproduce

  1. Open Claude Code desktop app on Windows 11
  2. Start a conversation in a project
  3. Work through a session (session grows to substantial size)
  4. Close the app and reboot the computer
  5. Reopen the app the next day, navigate to the same project
  6. Check recent conversations list

Expected Behavior

Previous sessions appear in the recent conversations list and can be resumed from the UI.

Actual Behavior

Sessions are absent from the list. Manually inspecting C:\Users\<redacted>\.claude\projects\<project>\ confirms the .jsonl files are present and intact (confirmed via entrypoint: "claude-desktop" in session metadata — these were created in the desktop app, not the CLI).

Workaround

None within the desktop app. CLI workaround (claude --resume <session-id>) exists but is not acceptable for desktop users.

Environment

  • OS: Windows 11 Pro 10.0.26200
  • Claude Code version: 2.1.119
  • Entrypoint: claude-desktop

extent analysis

TL;DR

The issue may be resolved by modifying the desktop app to properly load session data from the .jsonl files after a reboot.

Guidance

  • Verify that the session files are correctly formatted and contain the necessary metadata for the desktop app to recognize them.
  • Check the app's configuration and settings to ensure that the session data directory is correctly configured and the app has permission to read the files.
  • Investigate the app's session loading logic to determine why the sessions are not being loaded after a reboot.
  • Consider adding logging or debugging statements to the app to help diagnose the issue.

Example

No code example is provided as the issue does not contain sufficient information about the app's implementation.

Notes

The issue may be related to the app's ability to persist and load session data across reboots. Further investigation is needed to determine the root cause.

Recommendation

Apply a workaround to modify the desktop app's session loading logic to properly load session data from the .jsonl files after a reboot, as the root cause is likely related to this functionality.

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

claude-code - 💡(How to fix) Fix Sessions disappear from recent conversations on desktop app restart (Windows) [1 participants]