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.199 Home All releases olderv2.1.198 v2.1.200newer

Memory Sync: Richer Status Messages and Auto-Retry

Memory sync status messages now communicate more precisely why a sync is paused and whether it will self-recover.

Details
  • Distinguishes transient pauses ("sync retries automatically and will push it once the server recovers") from permanent suppression ("NOT being synced to shared/server memory")
  • suppressedUntilMs field allows sync to schedule automatic retry after transient failures
  • New concurrent write conflict recovery: when another session updates a memory file while a write is in flight, the local write is reloaded from the server's version and the author is notified to re-apply their change
  • mount_dir_foreign_partition error gives a specific message explaining split-store conflict
Evidence

(search for "Memory sync is currently paused", "sync retries automatically", "concurrent-write conflict")

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