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

Cloud session detail panel stops rescanning the transcript

You'll notice
Useful3 Signal1
Cloud Sessions

The cloud session detail panel is much faster on long sessions since it reads stored counts.

What

The session view for Claude Code on the web used to walk every assistant message and tool-use block on each render to count agents and tool calls. It now reads those counts and the last tool used from a stored per-session stats record. Same display, far less work on long sessions.

Evidence

Waiting for the server to confirm completion…

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