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.233 Home All releases olderv2.1.232 v2.1.234newer
Claude Code v2.1.233

Startup telemetry records proactivity level and screen-reader mode

Under the hood
Useful2 Signal3
Telemetry

Startup telemetry now records proactivity level and whether screen-reader mode is on.

What

The startup event now reports the session's proactivity level, alongside permission mode. When the accessibility layer reports screen-reader mode active, it also reports that and how the mode was turned on. The proactivity level is also carried into the permission context built for the session.

Details
  • The screen-reader fields are omitted entirely when screen-reader mode is off.
Evidence

proactivityLevel: Eo(b),, screenReaderActivationSource

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