mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-14 23:21:20 +00:00
The memories list endpoint caps content at 2000 chars; the document modal rendered straight from that list cache, so long Claude Code sessions (and any doc over the cap) were truncated mid-transcript. Fetch the full document by id when the modal opens and use it for parsing, the editor, and content rendering. Also closes a latent data-loss path where the editor initialized from truncated content, so a save could overwrite the stored document. |
||
|---|---|---|
| .. | ||
| content | ||
| document-icon.tsx | ||
| graph-list-memories.tsx | ||
| index.tsx | ||
| summary.tsx | ||
| title.tsx | ||