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.223 Home All releases olderv2.1.222 v2.1.224newer

Notice when a memory file is too large to sync

You'll notice
Useful3 Signal0
Memory

You get told once when a memory file is too big to sync and may be lost.

What

Files inside a synced memory mount that exceed the per-file limit produce a notice saying the file is saved locally but not synced, that its changes will be lost when the machine is recycled, and instructing that the user be told.

Details
  • Emitted once per path, tracked per mount directory, so it does not repeat.
  • Whether this path is reachable for everyone in this build could not be resolved; there is no gate on it.
Evidence

per-file sync limit

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