[BUG] Archived sessions show "No sessions found" in Claude Desktop Code tab
Resolved 💬 6 comments Opened Feb 8, 2026 by avibrahms Closed Mar 23, 2026
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?
Archived Claude Code sessions in the Claude Desktop Code tab show "No sessions found" when filtering by "Archived" status. Active sessions display correctly. The session data files exist on disk at ~/Library/Application Support/Claude/claude-code-sessions/ with isArchived: true, but the UI does not display them.
This started after updating Claude Desktop. A full reinstall of Claude Desktop did not fix
What Should Happen?
Archived Claude Code sessions should appear in the session list when the "Archived" status filter is selected.
Error Messages/Logs
No error messages. The UI simply shows "No sessions found" despite 169 archived session JSON files existing on disk with correct isArchived: true flags.
Steps to Reproduce
- Open Claude Desktop
- Go to the Code tab
- Click the filter icon next to "Sessions"
- Select "Archived" under Status
- Select "All" under Environment
- UI shows "No sessions found" despite archived sessions existing on disk
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.34
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗