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.182 Home All releases olderv2.1.181 v2.1.183newer
Claude Code v2.1.182

Team Memory Index Size Warning

When a team memory index file is approaching or exceeding its read limit (configurable via promptIndexMaxBytes), Claude now surfaces a contextual warning during reads:

The memory index at team/[mount]/[path] is [size], approaching the [limit] read limit — content beyond that is dropped when this index is loaded. Compact it to under [target] now: keep one line per entry, move detail into topic files, and merge or drop stale entries.

Evidence

New FXa() function — search for "Compact it to under" and "approaching the" with "read 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.182 →