Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Writing the entries · 2/4 steps 470 findings $18.91 so far

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.216 Home All releases olderv2.1.215 v2.1.217newer
Claude Code v2.1.216

Forge Classification for PR/MR URLs

What

PR and MR URLs are now classified by forge type — github, github-enterprise, gitlab, or bitbucket — based on URL shape, not just hostname. This information is surfaced to tools and hooks that work with pull/merge request URLs.

Details
  • GitLab detected by /-/merge_requests/ in the path
  • Bitbucket detected by /pull-requests/ in the path
  • GitHub detected by matching known GitHub hostnames
  • Anything else is classified as github-enterprise
  • Described as "a naming hint, not host trust" — an unrecognised host with a PR-shaped path classifies as github-enterprise
Evidence

Forge classifier (search for "/-/merge_requests/" or "forge classification derived from").

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