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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Backups of secret files are now treated as secrets

You'll notice
Useful3 Signal2
Permissions

Editor swap and backup copies of credential files are now protected like the originals.

What

Sensitive-path checks now strip editor and backup suffixes and re-test the underlying name, so a swap file or backup copy of a credential is protected the same way the original is.

Details
  • Suffixes stripped: .sw[a-p], .un~, .rej, .save, .tmp, .bak, .orig, plus #file# and .#file forms.
  • Matches credential directories .ssh, .aws, .azure, .gnupg, .kube, .docker; key extensions pem, key, p12, pfx, keystore, jks; ssh key names; and secrets.yaml/.json/.toml.
  • Names ending in example, sample, template or dist are excused.
  • A group of git and home environment variables is read together, and lookalike characters are folded before matching.
Evidence

GIT_CONFIG_GLOBAL GIT_CONFIG_SYSTEM GIT_CONFIG_NOSYSTEM HOME XDG_CONFIG_HOME HOMEDRIVE HOMEPATH USERPROFILE PROGRAMDATA PATH

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