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

More file-scope variables replaced by accessor-backed containers

Under the hood
Useful1 Signal2
Session State

More cached state moved behind accessors so it can be reset per session or account.

What

Promo campaign parsing, tmux colour application, a classifier warning latch, design MCP session and initialize caches, the passes eligibility request, the plan file cache and the plugin approved-plan map now read their state through getters, and the wake router and monitor socket task take their dependencies as arguments. Nothing changes for a user; these caches can now be reset per session or account.

Evidence

e.initializeInFlight = n;

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.235 →