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

Telemetry payload churn around analytics status and device bash

Under the hood
Useful2 Signal3
Telemetry

Events now flag when analytics are off, which editor clients use to hide thumbs feedback that would do nothing.

What

One event payload stops carrying a field about withheld device bash, and another gains a flag saying analytics are off, which the schema documents as the signal IDE clients use to hide per-message thumbs feedback when rating would do nothing.

Details
  • The flag's value reflects the configured privacy level, the DO_NOT_TRACK environment variable, or use of a third-party model provider.
Evidence

@internal True when the CLI has analytics/telemetry disabled (privacy level, DO_NOT_TRACK, or 3P provider).

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 →