claude-code - 💡(How to fix) Fix Claude for Windows 1.3561.0: session history no longer displayed

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…

After updating to 1.3561.0, the session history is no longer displayed in the app. Previous sessions are not visible.

Root Cause

After updating to 1.3561.0, the session history is no longer displayed in the app. Previous sessions are not visible.

RAW_BUFFERClick to expand / collapse

Description

After updating to 1.3561.0, the session history is no longer displayed in the app. Previous sessions are not visible.

Impact

Sessions exist on disk (.jsonl files intact) but are not surfaced in the UI. There is no way to open a project folder or resume a previous project session from within the app.

Environment

  • App version: 1.3561.0 (fbc74b)
  • Platform: Windows 10 Pro 10.0.19045
  • Regression: vs previous version

extent analysis

TL;DR

The issue with session history not being displayed in the app after updating to version 1.3561.0 may be resolved by checking the data loading mechanism or UI rendering code related to session history.

Guidance

  • Verify that the .jsonl files are being correctly read and parsed by the app, as the sessions exist on disk but are not surfaced in the UI.
  • Check the UI code for any changes or updates in the latest version that might be causing the session history to not be rendered.
  • Compare the behavior with the previous version to identify any regression or changes that might have caused this issue.
  • Investigate if there are any configuration or setting changes that need to be made to display the session history.

Notes

The exact cause of the issue is unclear without more information about the app's code or configuration, so these steps are speculative and intended to guide further investigation.

Recommendation

Apply workaround: Check the app's data loading and UI rendering code to identify and potentially fix the issue, as the problem seems to be related to the app's functionality rather than a version-specific bug that could be resolved by upgrading.

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