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

Remote sessions stop shelling out for local git state

You'll notice
Useful3 Signal0
Sessions

Remote sessions skip local git and gh lookups, so startup is faster there.

What

In remote mode, several call paths substitute empty or false values instead of probing the local checkout, and startup telemetry gains a coarse classification of the remote host.

Details
  • Affected call sites: share/transcript collection, startup context gathering, session-metadata assembly, and the git-info telemetry helper.
  • Skipped work includes git status, worktree counts and gh auth checks.
  • A new git-info helper classifies the remote into github, ghe, gitlab, bitbucket, azure or other for startup telemetry.
Evidence

remote_host_class

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 →