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.2 Home All releases olderv2.1.1 v2.1.3newer
Claude Code v2.1.2

Custom Environment Variables Warning

What

Infrastructure added to detect and warn about custom environment variables in project/local settings.

Status

Code exists but appears to be internal validation only.

Details
  • Maintains an allowlist (i9A) of known/safe environment variable names
  • Can detect when project settings contain non-allowlisted env vars
  • Function iC9() returns list of settings files with custom env vars
Evidence

uC9() at line 530822 (env validator, checks against i9A allowlist)

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