`claude --resume` shows sessions from unrelated projects
Resolved 💬 4 comments Opened Apr 14, 2026 by voltechs Closed Apr 18, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report
- [x] I am using the latest version of Claude Code
What's Wrong?
When running claude --resume from a project directory, the picker shows sessions from completely unrelated projects in other directories.
What Should Happen?
The resume picker should only show sessions from the current project (or at least the current git repo), not sessions from every project on the machine.
Steps to Reproduce
cd ~/projects/project_aclaude/exitcd ~/projects/project_bclaude --resume- Picker lists the conversation from project_a
Claude Code Version
2.1.107 (Claude Code)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
project_a and project_b are separate git repos with different remotes. The default view of the resume picker should be scoped to the current project. The "Ctrl+A to show all projects" option exists, which implies the default view is supposed to be project-scoped — but it isn't.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗