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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Storage handle passed explicitly through commands, plugins, MCP and daemon paths

Under the hood
Useful2 Signal3
Internals

Plugin, MCP, resume and worktree paths now take an explicit storage handle, changing where state lives.

What

Settings writes, the plugin enable, disable, install, prune and uninstall commands, MCP client setup and reconnect, agent and skill loading, session resume, transcript reads, worktree metadata and background process spawn all now take an explicit storage handle, which changes where that state is read and written from.

Details
  • On Windows, the daemon's terminal process-id files are read and deleted through storage keys in a pty-pids namespace rather than direct filesystem paths, when a handle is available.
Evidence

pty-pids

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