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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Team memory sync can route through a new storage backend

Not switched on
Useful1 Signal3
Team Memory

Team memory sync can use a storage backend instead of plain files, but nothing turns it on.

Memory sync reads and writes can route through a storage backend that nothing in this build enables.

What

Manifest, read, write, stat and delete steps in team memory sync now go through a storage backend when one is present, falling back to plain filesystem calls when it is not. Nothing in this build turns that backend on.

Details
  • Listing and reading of memory entries gained storage-backed paths too.
  • Each operation has its own failure message, so a backend fault names the step that failed.
Evidence

multi-store-sync: local entry not writable via storage

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