Description
After auto-updating to version 2.1.101, the /continue and /resume commands in the REPL now display sessions from all projects on the machine, regardless of which project directory Claude was launched from.
Previously, these commands were scoped to the current project directory — only sessions belonging to that project were shown.
Steps to Reproduce
- Open a terminal in a specific project directory (e.g.
~/work/ganduri)
- Run
claude to start a session
- Use
/continue or /resume
- Observe that sessions from all other projects are listed (e.g.
~/work/ps40, ~/work/wiki, etc.)
Expected Behavior
Only sessions belonging to the current project directory should be shown.
Actual Behavior
All sessions from all projects on the machine are shown in the picker.
Environment
- Claude Code version: 2.1.101
- OS: Linux Mint (Linux 6.17.0-20-generic)
- Install method: npm global (
~/.npm-global)
- Updated at: approximately 2026-04-11 00:43 (auto-update)
Notes
The update timestamp on the binary (cli.js) matches the time the behavior changed — this appears to be a regression introduced in 2.1.101.
Description
After auto-updating to version 2.1.101, the
/continueand/resumecommands in the REPL now display sessions from all projects on the machine, regardless of which project directory Claude was launched from.Previously, these commands were scoped to the current project directory — only sessions belonging to that project were shown.
Steps to Reproduce
~/work/ganduri)claudeto start a session/continueor/resume~/work/ps40,~/work/wiki, etc.)Expected Behavior
Only sessions belonging to the current project directory should be shown.
Actual Behavior
All sessions from all projects on the machine are shown in the picker.
Environment
~/.npm-global)Notes
The update timestamp on the binary (
cli.js) matches the time the behavior changed — this appears to be a regression introduced in 2.1.101.