Skip to content

/continue and /resume show all sessions across projects instead of current project only (regression in 2.1.101) #46445

Description

@arugina

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

  1. Open a terminal in a specific project directory (e.g. ~/work/ganduri)
  2. Run claude to start a session
  3. Use /continue or /resume
  4. 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.

Metadata

Metadata

Assignees

Labels

area:clibugSomething isn't workinghas reproHas detailed reproduction stepsplatform:linuxIssue specifically occurs on Linuxregression

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions