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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Voice input rebuilt as a controller object

Under the hood
Useful1 Signal1
Elsewhere

Voice input was rebuilt as a controller object with no behaviour change.

What

Voice recording (hold and tap modes, focus-mode auto-record, silence and maximum-duration timers, the streaming connection, the silent-drop replay path, and the circuit breaker that backs off after early failures) moved from a React hook full of refs into a class with its dependencies passed in. Same log lines, same telemetry, no behaviour change identified.

Details
  • The circuit breaker's state was module-level globals shared process-wide; it is now held per instance.
  • The hook remains as a thin wrapper that builds the controller and subscribes to its snapshot.
Evidence

[voice] Re-arming focus recording after silence timeout

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