/resume defaults to showing all projects instead of current directory
Resolved 💬 10 comments Opened Apr 12, 2026 by azonile Closed Apr 18, 2026
Description
The /resume session picker now defaults to showing sessions from all projects instead of only the current directory.
Previously, /resume showed only sessions from the current directory by default — this behavior changed recently without a corresponding setting to control it.
Steps to reproduce
- Navigate to any project directory
- Run
/resume - Session picker shows all sessions across all projects (e.g.,
~/bin,~/MyDocs/ResearchDocs,~/Temp, etc.)
Expected behavior
/resume should default to showing sessions from the current directory only, as it did before.
Current workaround
Press Ctrl+A to toggle back to current directory view each time.
Feature request
Add a setting to control the default filter for /resume (e.g., resume.defaultScope: "current-directory" | "all").
This issue has 10 comments on GitHub. Read the full discussion on GitHub ↗