--from-pr Flag for PR-Linked Session Resume#
What's wrong with this entry?
Resume a previous Claude Code session that was linked to a specific pull request, by PR number or URL.
claude --from-pr 123
claude --from-pr https://github.com/owner/repo/pull/123
claude --from-pr # opens interactive picker
claude --from-pr "search" # opens picker filtered by search term- Accepts a PR number, a full PR URL, or no value (opens an interactive picker)
- When passed a string that is not a number/URL, it filters the picker by that search term
- Works alongside existing
--resumeand--continuesession management flags
CLI option definition (search for "--from-pr [value]")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.