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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Memory sync warns when fetched content does not match its recorded digest

Under the hood
Useful2 Signal3
Memory

Memory sync now warns when fetched content does not match the digest recorded for it.

What

The sync result now carries counts of digest mismatches and restored empty files, and a warning is logged when fetched bodies did not match the digest recorded for them. Such content is filed under the digest actually computed rather than the one claimed.

Evidence

read body/bodies did not match their declared sha256; recorded under the computed sha

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