/fork command outputs broken resume command

Status Closed — not planned
Maintainer reply None cached
Activity 4 comments · opened Mar 18, 2026 · closed Apr 21, 2026

Bug

When using /fork in a conversation, the output suggests resuming with:

claude -r <session-id>

This fails with:

Error: --session-id can only be used with --continue or --resume if --fork-session is also specified.

Suggested fix

Replace -r with --resume in the /fork output. This works:

claude --resume <session-id>

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗