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.140 Home All releases olderv2.1.139 v2.1.163newer
Claude Code v2.1.140

Sandbox Bare-Repo Scrubbing Preserves .git and HEAD

What

The sandbox cleanup routine that removes planted bare-repo files now preserves the HEAD file and the .git directory within those repos during the scrub pass.

Details
  • Previously all files were deleted recursively without exception.
  • Now HEAD and .git entries are skipped during the scrub, avoiding corruption of valid git metadata.
Evidence

si1() function (search for "[Sandbox] scrubbed planted bare-repo file")

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