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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

More environment variables read through the central accessor

Under the hood
Useful1 Signal2
Configuration

More environment variables go through the central registry that handles allowlisting and scrubbing.

What

Several direct process.env reads now go through the typed environment registry, which is also what the allowlist and scrubbing machinery operates on.

Details
  • Moved: SSH_CONNECTION, SSH_CLIENT and SSH_TTY (Windows SSH detection), TMUX, STY, USE_BUILTIN_RIPGREP, ANTHROPIC_SMALL_FAST_MODEL_AWS_REGION and ANTHROPIC_AUTH_TOKEN.
Evidence

USE_BUILTIN_RIPGREP

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