[BUG] Sessions auto-archive with no way to resume from UI
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?
Bug Report: Sessions auto-archive with no way to resume from UI
Environment
- OS: Windows 11
- Claude Code: Desktop App
- Tab: Code
Problem
Sessions in the Code tab disappear from the sidebar automatically (auto-archive) with no way to resume or view them from the UI. There is no "Archived" section like in the Chat tab.
This is a significant UX issue because:
- Users lose context of ongoing work with no warning
- The only way to retrieve past sessions is manually reading
.jsonlfiles from~/.claude/projects/ claude --continueandclaude --resumeflags are not available in the desktop app (no CLI in PATH)- There is no indication of why a session was archived or when it will happen
Expected Behavior
- Sessions should remain visible in the sidebar, similar to the Chat tab
- OR provide an "Archived" section in the Code tab sidebar to access past sessions
- OR add a resume button that continues the last session when opening the same project folder
Steps to Reproduce
- Open a project folder in Claude Code desktop (Code tab)
- Have a conversation / coding session
- Close or leave the session idle
- Reopen the app — session is gone from sidebar with no way to resume from UI
Impact
High — forces users to restart context from scratch every session, defeating the purpose of persistent project-based workflows. Competing tools (e.g. OpenAI Codex) do not have this limitation.
Request
Please add session persistence or at minimum a resume UI for the Code tab, consistent with how the Chat tab handles conversation history.
What Should Happen?
Sessions in the Code tab should remain visible in the sidebar and be resumable, similar to how the Chat tab handles conversation history.
Error Messages/Logs
Steps to Reproduce
- Open Claude Code desktop app
- Go to the Code tab
- Open any project folder
- Have a coding session / conversation
- Close the session or leave it idle
- Reopen the app — session is gone from sidebar with no way to resume from UI
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
Version 1.8089.1 (b98a06)
Platform
Other
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗