You'll notice
Useful3 Signal0
Claude now re-checks later whether your pull request was actually created, instead of giving up after one try.
What's wrong with this entry?
Anonymous. No account, no email.
gh pr createglab mr create
What
Detection of a newly created pull or merge request no longer depends on a single check right after the create command.
Details
- Pending checks are tracked per cwd plus branch with an attempt counter, in a bounded map.
- A successful
gh pr createorglab mr createclears the entries for that cwd. - Later matching git commands re-check pending branches until the attempt cap is reached.
Evidence
tengu_git_operation
Strings lifted out of the shipped bundle, so the claim above can be checked against them.