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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

More detail in directory-sync, workflow and LSP telemetry

Under the hood
Useful1 Signal1
Telemetry

Directory sync, workflow and language-server logs now record more detail about what failed.

What

Directory-sync reporting now breaks deletions into five counts, workflow settle failures are logged as warnings, and failing to load a language-server config is now distinguished from a config that loaded but was invalid.

Details
  • The deletion counts cover deletions sent, newly seen, withheld as a suspiciously large batch, held back, and over the cap.
  • Plugin telemetry gained a field identifying which server-side plugin was involved.
  • The device-bridge start event no longer reports withheld device bash.
Evidence

workflow_launch_settle_failed

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