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

Session state objects gain a continueFrom hook with no callers

Not switched on
Useful1 Signal4
Session State

Session stores can copy one field to a new instance, the shape of surviving an identity change.

A continueFrom method on five session stores exists with no callers in this build.

What

Five internal per-session stores (conversation counters, MCP wiring, an emitted-date record, user presence, and connected clients) gained a method that copies one field from another instance, the shape of carrying a little state across a session identity change while the rest resets. Nothing in this build calls it.

Details
  • The bundle contains exactly five occurrences of the name, all of them definitions.
Evidence

continueFrom(e) {

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