/resume command no longer filters conversations by current directory

Resolved 💬 3 comments Opened Apr 11, 2026 by jpenberthy Closed Apr 11, 2026

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

  1. cd into a specific project directory
  2. Run claude
  3. Use /resume
  4. 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

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗