Bug Description
After archiving a session in the Claude Code Desktop app, there is no way to restore it through the UI. The only workaround is to manually edit the session metadata JSON file and change isArchived from true to false.
How to Reproduce
- Open Claude Desktop app
- Archive a session from the session list
- Try to find and restore the archived session
- No "Archived" filter, tab, or restore option exists in the UI
Current Workaround
Manually edit the metadata file at:
AppData/Local/Claude-3p/claude-code-sessions/{group}/{sub}/local_{sessionId}.json
Change "isArchived": true → "isArchived": false
This requires AI assistance or technical knowledge to locate and edit the file — not a reasonable expectation for regular users.
Expected Behavior
- An "Archived" section or filter in the session list sidebar
- A right-click context menu option to "Restore" or "Unarchive" a session
- Or a Settings page that lists archived sessions with an unarchive action
Environment
- Claude Code version: 2.1.149
- OS: Windows 11 Pro
Bug Description
After archiving a session in the Claude Code Desktop app, there is no way to restore it through the UI. The only workaround is to manually edit the session metadata JSON file and change
isArchivedfromtruetofalse.How to Reproduce
Current Workaround
Manually edit the metadata file at:
Change
"isArchived": true→"isArchived": falseThis requires AI assistance or technical knowledge to locate and edit the file — not a reasonable expectation for regular users.
Expected Behavior
Environment