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.0.55 Home All releases olderv2.0.54 v2.0.56newer
Claude Code v2.0.55

Repository Hash Telemetry

What: Claude Code now generates an anonymized hash identifier for repositories to improve telemetry without exposing actual repository URLs.

How it works:

  • Parses git remote URLs (supports both SSH and HTTPS formats)
  • Normalizes the URL to host/path format
  • Generates a SHA-256 hash and uses the first 16 characters
  • Included in telemetry events as rh property

Details:

  • Supports formats like [email protected]:org/repo.git and https://github.com/org/repo
  • Evidence: pA6() at line ~192113, V7B() at line ~192122

See this entry in the whole of v2.0.55 →