claude-code - 💡(How to fix) Fix [Feature Request] Improve `--resume` error message to indicate id was only searched within one project [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#53184Fetched 2026-04-26 05:22:13
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Error Message

"When --resume <uuid> fails with 'No conversation found', the error message should indicate which project directory was

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description "When --resume <uuid> fails with 'No conversation found', the error message should indicate which project directory was
▎ searched (i.e., the hash folder for the current working directory), so users know that the id may exist in another project and can cd to the correct project before ▎ resuming."

Environment Info

  • Platform: linux
  • Terminal: gnome-terminal
  • Version: 2.1.119
  • Feedback ID: 898ff783-2fdb-4870-9ff1-9f7e365701c2

Errors

[]

extent analysis

TL;DR

Modify the error message for the --resume <uuid> command to include the project directory that was searched.

Guidance

  • Review the code handling the --resume <uuid> command to locate where the error message is generated.
  • Update the error message to include the current working directory or the specific project directory that was searched for the conversation.
  • Consider adding a hint or suggestion in the error message to inform users that the UUID might exist in another project, prompting them to check other directories.
  • Test the updated error message to ensure it provides the expected information and improves user experience.

Example

# Example of how the error message could be updated
error_message = f"No conversation found in {os.getcwd()} for UUID {uuid}. Please check if the UUID exists in another project directory."

Notes

The exact implementation details may vary depending on the programming language and framework used. This guidance assumes that the error message can be modified directly in the code handling the --resume <uuid> command.

Recommendation

Apply workaround: Update the error message to include the project directory, as this directly addresses the user's need for more informative error messages when resuming conversations.

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

claude-code - 💡(How to fix) Fix [Feature Request] Improve `--resume` error message to indicate id was only searched within one project [1 comments, 2 participants]