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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

More accounts qualify for memory sync

You'll notice
Useful3 Signal3
Memory

More accounts now qualify for memory sync through an extra OAuth-scope path.

What

The check that decides whether memory sync is available gained an extra way to qualify: an account on a first-party base URL with the right OAuth scopes now passes even if the previous conditions do not.

Details
  • Still requires the allow_memory_sync compliance permission, which is denied under HIPAA and zero-data-retention modes.
  • The added branch is one of three alternatives; exactly which accounts the third branch admits is not fully determined by the code.
Evidence

allow_memory_sync

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