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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Plugin-eval helper ignores system-wide git config

Under the hood
Useful2 Signal2
Eval not in their notes

Plugin eval helpers ignore machine-wide git settings so results cannot be skewed.

GIT_CONFIG_NOSYSTEM
What

The shell helper spawned by the plugin evaluation report path now runs with GIT_CONFIG_NOSYSTEM=1 alongside TERM=dumb, so machine-wide git settings cannot change its results. The main eval sandbox sets the same variable and treats it as a managed name.

Evidence

GIT_CONFIG_NOSYSTEM

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