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.205 Home All releases olderv2.1.204 v2.1.206newer

<cc-memory> citation tag tracking

Memory citations in Claude's responses are now analyzed for structure and quality:

  • The system counts open/close tag pairs, tagged content characters, memory file counts, and whether the filenames attribute is missing
  • Malformed or stripped <cc-memory> content in thinking blocks is handled separately
  • Improved instructions tell Claude when and how to wrap memory-citing sentences in <cc-memory filenames="...">...</cc-memory> tags
Evidence

Memory tag parser (search for "cc-memory") — Efc() at line ~181812

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