mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-20 00:12:51 +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 |
||
|---|---|---|
| .. | ||
| file-preview.tsx | ||
| google-docs-preview.tsx | ||
| mcp-preview.tsx | ||
| note-preview.tsx | ||
| notion-preview.tsx | ||
| plugin-preview.tsx | ||
| tweet-preview.tsx | ||
| website-preview.tsx | ||
| youtube-preview.tsx | ||