Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Memory backend list/read/create/update/delete now share a single 'store not provisioned' status handler

Memory-storage error handling for 'store not provisioned' and conflicts was consolidated and renamed internally

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMemorywhat it touches
KindInternal Changesin v2.1.274,
Under the hood

Memory-storage error handling for 'store not provisioned' and conflicts was consolidated and renamed internally

What

The internal client that talks to the memory-storage backend (used for listing, reading, creating, updating, and deleting memory data) now routes all of these operations through one shared helper that turns HTTP error codes, like 404, into a consistent typed error before any operation-specific handling runs. This replaces duplicated handling that previously existed separately for each operation. The internal error types for "store not provisioned" and "conflict" were also renamed.

Why

This is an internal cleanup that makes error handling for memory storage more consistent across list, read, create, update, and delete operations, reducing the chance that one operation handles a missing store or a conflict differently from another.

See this entry in the whole of v2.1.274 →