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
memoriesfield, listing saved auto-memory entries drawn from theMEMORY.mdindex and each file's modification time, capped at 200 entries. - The status call that reports auto-memory/auto-dream status now also returns a
memoriesarray 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, orreference) from its frontmatter, and its last-modified time. - The
get_memory_dialogcontrol-protocol response, used by hosts that build their own/memoryUI, now includes this samememoriesarray 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.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding shows the schema gained this field but does not confirm the dialog UI itself displays it yet.