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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

One git command no longer runs your repo's clean/smudge filters

You'll notice
Useful3 Signal3
Git

A batch file-hashing git call now runs faster and skips your repo's clean/smudge filters.

What

Git calls can now be made with the repository's configured filter programs suppressed, and a batch file-hashing command opts in. That call is faster and no longer executes filter commands supplied by the repository.

Details
  • Off by default; only the one caller requests it.
Evidence

filterDriversOff

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