mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-16 23:41:12 +00:00
Documents saved through the MCP connector have been landing with a null title, so every surface fell back to "Untitled Document". The titling step runs server-side, but the content itself almost always carries a usable title, and the ingest API has no title field for a caller to set. Resolve a display title from metadata.title, then the stored title, then the content itself (YAML frontmatter, a markdown heading, or a short opening line), and let add_memory pin a title through metadata. Fixes #1425 |
||
|---|---|---|
| .. | ||
| content | ||
| document-icon.tsx | ||
| graph-list-memories.tsx | ||
| index.tsx | ||
| summary.tsx | ||
| title.tsx | ||