C:/Program Files/Git/resume no longer filters sessions by current directory (regression in recent versions)
Bug Description
/resume previously showed only sessions from the current working directory. As of recent versions (confirmed on 2.1.104), it now shows all sessions across all directories/projects, making it difficult to find relevant sessions.
Steps to Reproduce
- Open Claude Code in a specific project directory
- Run
/resume - Observe that sessions from all directories are listed, not just the current one
Expected Behavior
/resume should default to showing sessions from the current directory (the old behavior), with an option/flag to show all sessions across projects if needed.
Actual Behavior
/resume shows all sessions from every project/directory.
Context
This may be related to #41021, which requested cross-project session visibility. However, the old directory-scoped behavior was more useful as a default. A flag like --all to opt into cross-project listing would preserve both use cases.
Environment
- Claude Code version: 2.1.104
- OS: Windows 11
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗