Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.222 Home All releases olderv2.1.221 v2.1.223newer

Deferred PR-existence checks retry on later git commands

You'll notice
Useful3 Signal0
Git Integration

Claude now re-checks later whether your pull request was actually created, instead of giving up after one try.

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 create or glab mr create clears 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.

See this entry in the whole of v2.1.222 →