Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Two new memory-write rejection reasons: index too large and content screened

Shared memory writes can now fail because the index file is too large or content was screened out

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMemorywhat it touches
KindImprovementsin v2.1.274,
You'll notice

Shared memory writes can now fail because the index file is too large or content was screened out

What

Claude Code's shared memory write path now recognizes two additional rejection reasons from the server, each with its own guidance shown to the agent:

  • the MEMORY.md index file exceeding a size cap that is separate from the limit on individual files
  • content being rejected by an unspecified safety screening check
Why

This gives clearer, more specific feedback when a memory write is rejected, so the agent (and by extension the user) understands whether the problem is the index file being too big or content being blocked, rather than a generic failure.

See this entry in the whole of v2.1.274 →

Feedback