mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-15 23:31:05 +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. |
||
|---|---|---|
| .. | ||
| use-account-settings.ts | ||
| use-connection-health.ts | ||
| use-container-tags.ts | ||
| use-document-mutations.ts | ||
| use-full-document.ts | ||
| use-org-settings.ts | ||
| use-org-summaries.ts | ||
| use-personalization.ts | ||
| use-plugin-space-meta.ts | ||
| use-processing-documents.ts | ||
| use-project-mutations.ts | ||
| use-reset-organization.ts | ||
| use-space-profile.ts | ||
| use-sync-runs.ts | ||
| use-token-usage.ts | ||
| use-trigger-sync.ts | ||