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

PowerShell profiles and hardware SSH keys now count as sensitive files

You'll notice
Useful3 Signal2
Credential Safety

PowerShell profiles and hardware SSH keys are now treated as sensitive and won't be read or synced.

What

The checks that stop credential files being read or synced now recognise three PowerShell profile locations (documents/powershell/profile.ps1, the WindowsPowerShell variant, and .config/powershell/profile.ps1) and hardware-backed SSH keys whose names end in _ed25519_sk or _ed25519_sk_rk.

Details
  • A new counter, skipped_content_filter, was added to the breakdown of why files were skipped during sync, so content-filtered skips are distinguishable from other reasons.
  • Applies unconditionally.
Evidence

skipped_content_filter

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