claude-code - 💡(How to fix) Fix --resume: make default view configurable (e.g. all worktrees) [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#45263Fetched 2026-04-09 08:09:28
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

--resume defaults to "current worktree". You can hit Ctrl+W to show all worktrees, but if you're using worktrees you almost always want to see all of them. The default should either be "all worktrees" or configurable.

extent analysis

TL;DR

The default behavior of --resume should be changed to "all worktrees" or made configurable to better support users who frequently work with multiple worktrees.

Guidance

  • Consider modifying the --resume option to accept a configurable default, allowing users to specify whether they want to resume from the "current worktree" or "all worktrees".
  • If possible, update the default behavior of --resume to "all worktrees" to better align with the common use case of users working with multiple worktrees.
  • Investigate if there are existing configuration options or command-line flags that can be used to achieve the desired behavior without modifying the default.
  • Evaluate the impact of changing the default behavior on existing workflows and scripts that rely on the current behavior.

Notes

The ideal solution would involve making the default behavior configurable, allowing users to choose the option that best fits their workflow.

Recommendation

Apply workaround: Modify the command or script to explicitly specify the desired behavior (e.g., using a flag to select "all worktrees") until a configurable default or updated behavior is available.

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