C:/Program Files/Git/resume no longer filters sessions by current directory (regression in recent versions)

Resolved 💬 3 comments Opened Apr 12, 2026 by varungohil015 Closed Apr 15, 2026

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

  1. Open Claude Code in a specific project directory
  2. Run /resume
  3. 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

View original on GitHub ↗

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