/resume command no longer filters conversations by current directory
Description
When running claude from a specific project directory and using the /resume command, the conversation picker now shows all conversations across all projects instead of only conversations from the current working directory.
Previously, /resume would filter the list to only show conversations that were started in the current directory, which was the expected and more useful behavior.
Steps to Reproduce
cdinto a specific project directory- Run
claude - Use
/resume - Observe that conversations from all project directories are listed, not just the current one
Expected Behavior
/resume should only show conversations associated with the current working directory, matching the previous behavior.
Actual Behavior
/resume shows all conversations regardless of which directory they were started in.
Environment
- Claude Code version: 2.1.101
- OS: Linux Mint 22.3 (Cinnamon)
- Shell: bash
Notes
claude -c (continue) still correctly respects the current directory context and resumes the most recent conversation for that directory. The issue is specifically with the /resume interactive picker.
🤖 Generated with Claude Code
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗