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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

Storage and session handles passed explicitly instead of read from globals

Under the hood
Useful2 Signal3
Session State

Storage and session handles are now passed around explicitly instead of read from process-wide state.

What

Config writes, transcript appends (custom title, agent name, PR link, last prompt), session-start and setup hook dispatch, background housekeeping, plugin marketplace operations and many dialogs now receive the storage handle and session object as arguments rather than reaching for process-wide state. Hook dispatch in particular changed shape to take the session plus a storage field.

Evidence

storageV5: t.storageV5

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