claude-code - 💡(How to fix) Fix [DOCS] `/resume` documentation conflicts on picker scope and displayed summary text [1 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#45471Fetched 2026-04-09 08:04:40
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/common-workflows

Section/Topic

"Resume previous conversations" / "Use the session picker"

Current Documentation

The docs currently say:

Sessions are stored per project directory. The /resume picker shows interactive sessions from the same git repository, including worktrees. When you select a session from another worktree of the same repository, Claude Code resumes it directly without requiring you to switch directories first. Sessions created by claude -p or SDK invocations do not appear in the picker, but you can still resume one by passing its session ID directly to claude --resume <session-id>.

| A | Toggle between current directory and all projects |

  • Session name or initial prompt

But how-claude-code-works still says:

Each Claude Code conversation is a session tied to your current directory. When you resume, you only see sessions from that directory.

What's Wrong or Missing?

The current /resume docs describe three different scopes without reconciling them: current directory only, same git repository/worktrees, and an all-projects view. That leaves it unclear what claude --resume, /resume, and named-session resume are actually expected to search.

The picker metadata description is also outdated. common-workflows still says the picker shows a "session name or initial prompt", but changelog work in v2.1.97 explicitly references a conversation-summary surface (task-status text replacing conversation summary) and cross-project behavior. The docs should describe the intended summary text shown in the picker instead of the older "initial prompt" wording.

Suggested Improvement

Update the /resume documentation to define the picker behavior in one place:

  1. Explain the default scope clearly: current directory vs same repository/worktrees vs all-projects toggle.
  2. Clarify how claude --resume <name> and /resume <name> resolve named sessions when matches exist outside the current directory.
  3. Replace "session name or initial prompt" with the actual picker summary behavior (for example, session name when present, otherwise the conversation summary/recent prompt text shown in the picker).
  4. Update how-claude-code-works so it no longer contradicts common-workflows about resume visibility.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageContext
https://code.claude.com/docs/en/common-workflowsPrimary /resume picker documentation, shortcuts, and displayed metadata
https://code.claude.com/docs/en/how-claude-code-worksStill says resume only shows sessions from the current directory
https://code.claude.com/docs/en/cli-referenceDocuments --resume and --name, but does not clarify scope or picker summary behavior

Total scope: 3 pages affected

Source: Changelog v2.1.97

Exact changelog entry: Fixed several /resume picker issues: --resume <name> opening uneditable, Ctrl+A reload wiping search, empty list swallowing navigation, task-status text replacing conversation summary, and cross-project staleness

extent analysis

TL;DR

Update the /resume documentation to clearly define the picker behavior, including default scope and session resolution, to reconcile inconsistencies across affected pages.

Guidance

  • Review the changelog entry for v2.1.97 to understand the changes made to the /resume picker and ensure documentation reflects these updates.
  • Clarify the default scope of the /resume picker, explicitly stating whether it searches the current directory, same repository/worktrees, or all projects by default.
  • Update the documentation for claude --resume <name> and /resume <name> to explain how named sessions are resolved when matches exist outside the current directory.
  • Replace outdated "session name or initial prompt" descriptions with the actual picker summary behavior, such as using the session name when present or the conversation summary/recent prompt text.

Example

No code snippet is necessary for this documentation update, but an example of the revised documentation could include: "The /resume picker displays sessions from the current directory by default. Use the 'A' toggle to switch between the current directory and all projects. Session summaries are shown in the picker, including the session name when available or the recent prompt text."

Notes

The updates should be applied to the three affected pages: common-workflows, how-claude-code-works, and cli-reference, to ensure consistency across the documentation.

Recommendation

Apply a workaround by updating the documentation as suggested to improve clarity and consistency, as the issue primarily affects understanding of the feature rather than its functionality.

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