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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Wider detection of tampered git directories

You'll notice
Useful2 Signal2
Git Safety

More forms of tampered or redirected git state are detected, each with a specific reason.

What

Checking a repository now reports a specific reason when its git directory looks tampered with, rather than only catching one narrow case, so more forms of redirected or borrowed git state are caught.

Details
  • Reasons reported include an old-format git directory, a redirected common directory, reftable storage, borrowed objects, a suspicious git directory and too many include directives.
  • Object-store stamps are recorded as part of the check.
Evidence

misplaced: "borrowed_objects"

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