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.219 Home All releases olderv2.1.218 v2.1.220newer
Claude Code v2.1.219

Teleport repo-mismatch telemetry records where the check ran

Under the hood
Useful1 Signal0
Telemetry

Repo-mismatch warnings now record which check caught the problem, for diagnosis.

What

Repo mismatch and not-in-repo teleport events now say which code path detected the problem.

Details
  • New stage field: resume_validate on the resume path, direct_arg_detect when detected from the direct argument.
  • The mismatch display strings are now produced by a shared helper rather than built at each site.
Evidence

direct_arg_detect

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