-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
bugSomething isn't workingSomething isn't workingplatform:webIssue specifically occurs on the webIssue specifically occurs on the web
Description
Description
When asking Claude Code to create two PRs sequentially in a single chat session (web/mobile), the second PR's code gets committed and pushed to the branch, but the PR itself is never created on GitHub. No error is shown to the user.
Steps to Reproduce
- Start a Claude Code session (web or mobile)
- Ask Claude to implement a change and create PR Create SECURITY.md #1 → succeeds
- In the same chat, ask for a second change and PR I want to use openrouter #2
- Code is committed and pushed, but the PR is never opened
Evidence
- Repo:
BarakEm/shadow_master - Branch:
claude/mobile-friendly-web-app-hkP70 - PR Ignore 'node_modules' by default. #166 (first request) → created and merged successfully
- Commit
49928b1(second request) → pushed to branch but no PR created - Had to recover manually in a new session → PR String to replace not found in file. & Error calling tool #167
Impact
Work is silently lost from the user's perspective. The commit exists on the remote branch but no PR is opened, and there is no error or indication that anything went wrong.
Workaround
Use a separate chat session for each PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingplatform:webIssue specifically occurs on the webIssue specifically occurs on the web