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.223 Home All releases olderv2.1.222 v2.1.224newer

git_remote_url added to the internal telemetry event schema

Not switched on
Useful1 Signal1
Telemetry

A git remote URL field is wired through internal analytics but nothing fills it in yet.

A git_remote_url column is plumbed end to end in the internal event schema with no producer setting it in this build.

What

The internal analytics event message gained a git remote URL field, plumbed end to end but with no producer found in this build.

Details
  • git_remote_url is a string field wired through the default, encode, decode, toJSON and fromPartial paths of the event proto.
  • When building ClaudeCodeInternalEvent it is promoted out of the event's _PROTO_git_remote_url extra into a first-class column, alongside the existing skill, plugin, marketplace and head_sha fields.
  • No call site in this build sets _PROTO_git_remote_url, so the field appears to be plumbing ahead of a producer.
Evidence

git_remote_url, _PROTO_git_remote_url

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