/fork command outputs broken resume command
Resolved 💬 4 comments Opened Mar 18, 2026 by johaeric 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>This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗