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

Credential placeholder table names GOOGLE_APPLICATION_CREDENTIALS and the AWS profile set

Under the hood
Useful1 Signal2
Elsewhere

The credential placeholder table now also names Google and AWS credential variables, with no traced consumer.

What

The per-CLI credential table also declares GOOGLE_APPLICATION_CREDENTIALS and the AWS profile and container-credential variables, with placeholder values to substitute, plus flattened lists of the covered CLIs and placeholder keys. Where those extra entries are consumed is not traced in this build.

Details
  • The AWS container/metadata and GCE metadata variables were split out of a single inline set into two named lists.
Evidence

CLOUDSDK_AUTH_ACCESS_TOKEN

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 →