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 ·

Memory dialogs and control responses now include a full list of saved memories

The memory status dialog and its control-protocol response now list every saved auto-memory file, not just folder counts

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,
Group of 4 You'll notice

The memory status dialog and its control-protocol response now list every saved auto-memory file, not just folder counts

What

  • The terminal's status dialog schema now includes an optional memories field, listing saved auto-memory entries drawn from the MEMORY.md index and each file's modification time, capped at 200 entries.
  • The status call that reports auto-memory/auto-dream status now also returns a memories array whenever memory folders are present.
  • A new schema describes a single memory entry: its name (a relative path, or "MEMORY.md" for the index file), its absolute path, an optional description and type (user, feedback, project, or reference) from its frontmatter, and its last-modified time.
  • The get_memory_dialog control-protocol response, used by hosts that build their own /memory UI, now includes this same memories array alongside the existing folder list.

Why Tools and custom UIs built on top of Claude Code can now show users exactly which memories are saved, with descriptions and types, instead of only folder-level summaries.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding shows the schema gained this field but does not confirm the dialog UI itself displays it yet.

See this entry in the whole of v2.1.274 →

Feedback