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.200 Home All releases olderv2.1.199 v2.1.201newer

gh CLI Detection Expanded

The regex for detecting potentially destructive gh CLI operations was updated to use the gh subcommand format (e.g., gh pr create, gh issue comment) matching the actual gh CLI syntax. The regex now covers: gh pr create, gh pr merge, gh issue create, gh issue comment, gh release create, gh repo fork

Evidence

Updated gh detection regex (search for "ghs+(prs+create|prs+merge|issues+create|issues+comment|releases+create|repos+fork)")

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.200 →