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.222 Home All releases olderv2.1.221 v2.1.223newer

Resume no longer inherits a stale config directory or a half-copied file

You'll notice
Useful4 Signal0
Sessions

Resumed sessions no longer inherit a stale config directory or abort on a failed file copy.

CLAUDE_CONFIG_DIR
What

Session-store resume tolerates copy failures and strips configuration environment variables from copied data.

Details
  • A failed file copy removes the partial destination and logs a skip instead of aborting resume.
  • A JSON transformer removes a set of keys plus CLAUDE_CONFIG_DIR from any copied env object, so the resumed session does not pick up the recorded config directory.
Evidence

sessionStore resume: skipping

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