claude-code - 💡(How to fix) Fix Sidebar "Recents" shows no sessions when "Group by" is set to "None" [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#52511Fetched 2026-04-24 06:05:13
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×5

Error Message

Error Messages/Logs

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?

In the Claude Code desktop app sidebar, the "Recents" list is empty when "Group by" is set to None. Switching "Group by" to Date or Project correctly displays all sessions.

Expected: "Group by: None" shows a flat, ungrouped list of all recent sessions. Actual: The list is empty.

Steps to reproduce:

Open the Code tab in the sidebar Click the filter icon next to "Recents" Set "Group by" to "None" Observe: Recents is empty Change "Group by" to "Project" or "Date" → sessions reappear Environment:

OS: Windows 11 Pro (10.0.26200) Claude Code Desktop App All other filters set to "All"

What Should Happen?

Group by: None" shows a flat, ungrouped list of all recent sessions. Actual: The list is empty.

Error Messages/Logs

Steps to Reproduce

Open the Code tab in the sidebar Click the filter icon next to "Recents" Set "Group by" to "None" Observe: Recents is empty Change "Group by" to "Project" or "Date" → sessions reappear Environment:

OS: Windows 11 Pro (10.0.26200) Claude Code Desktop App All other filters set to "All"

Claude Model

Other

Is this a regression?

Yes, this worked in a previous version

Last Working Version

can't remember, a few days ago

Claude Code Version

latest, I have just made an update

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue might be resolved by investigating and fixing the data processing or filtering logic when the "Group by" option is set to "None" in the Claude Code desktop app.

Guidance

  • Review the code responsible for handling the "Group by" filter, specifically the case when it's set to "None", to ensure it correctly retrieves and displays all recent sessions without grouping.
  • Verify that the data source for the "Recents" list is properly populated and accessible when the "Group by" filter is set to "None".
  • Compare the code differences between the current version and the last known working version to identify potential changes that might have introduced this issue.
  • Test the "Group by" filter with different settings to see if the issue is specific to the "None" setting or if it's a more general problem with the filtering logic.

Notes

The issue seems to be related to a regression introduced in a recent update, as it worked in a previous version. However, without more specific information about the code changes or the exact version that introduced the issue, it's challenging to provide a precise fix.

Recommendation

Apply workaround: Temporarily use the "Group by" filter set to "Project" or "Date" to display recent sessions, while the development team investigates and fixes the issue with the "None" setting.

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