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

Directory sync releases its file handle even when the apply crashes

You'll notice
Useful2 Signal1
Elsewhere

Directory sync now releases its file handle even if applying changes crashes.

What

The directory sync step now closes the handle it holds on the staged file list in a finally block, so a crash mid-apply no longer leaks it. Previously it was only released on the normal return path.

Evidence

dir_sync_apply_crashed

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