claude-code - 💡(How to fix) Fix /continue and /resume show all sessions across projects instead of current project only (regression in 2.1.101) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46445Fetched 2026-04-11 06:20:06
View on GitHub
Comments
1
Participants
2
Timeline
10
Reactions
2
Author
Participants
Timeline (top)
labeled ×5cross-referenced ×3commented ×1subscribed ×1

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.

Root Cause

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.

RAW_BUFFERClick to expand / collapse

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.

extent analysis

TL;DR

The issue can likely be mitigated by downgrading Claude to a version prior to 2.1.101 or waiting for a patch release that addresses the regression.

Guidance

  • Verify the issue by checking the version of Claude and the behavior of the /continue and /resume commands in different project directories.
  • Check the release notes or changelog for version 2.1.101 to see if this change was intended or if it's a known issue.
  • Consider downgrading Claude to a previous version (e.g., 2.1.100) to restore the original behavior.
  • If downgrading is not feasible, try to isolate the issue by testing Claude in a clean environment or a different project directory.

Example

No code snippet is provided as the issue seems to be related to a specific version of the Claude tool rather than a code-related problem.

Notes

The solution provided is based on the information given and may not be applicable if there are other factors at play. It's also possible that a patch release or update may be available soon to address this regression.

Recommendation

Apply workaround: Downgrade to a previous version of Claude (e.g., 2.1.100) until a fixed version is released, as this is likely to restore the original behavior of the /continue and /resume commands.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING