fleet-memory/skills/hindsight-docs/references
Nicolò Boschi 3c633e5e16
feat: add retain update_mode='append' for document content concatenation (#932)
* feat: add update_mode='append' for retain to concatenate content to existing documents

When retaining with update_mode='append' and a document_id that already exists,
the new content is appended to the existing document text and the full document
is reprocessed. Delta retain automatically skips unchanged chunks, so only the
new content triggers LLM extraction.

- Add update_mode field to MemoryItem (API), RetainContentDict (internal), MCP tools
- Validate that update_mode='append' requires a document_id
- Fetch existing document content and prepend before processing in orchestrator
- Update Python, TypeScript, Go generated clients and top-level client wrappers
- Add tests for append, multiple appends, no-existing-doc, validation, and default replace

* fix: add update_mode field to Rust CLI and client MemoryItem initializers

* chore: regenerate docs skill references for update_mode
2026-04-08 14:39:16 +02:00
..
changelog chore: drop hindsight-hermes integration (#931) 2026-04-08 11:59:35 +02:00
developer feat: add OpenRouter support for LLM, embeddings, and reranking (#930) 2026-04-08 11:24:21 +02:00
sdks fix(ci): resolve all CI failures (#847) 2026-04-02 17:17:42 +02:00
best-practices.md security: bump vite across integrations (high CVE fix) (#913) 2026-04-08 09:11:21 +02:00
faq.md security: bump vite across integrations (high CVE fix) (#913) 2026-04-08 09:11:21 +02:00
openapi.json feat: add retain update_mode='append' for document content concatenation (#932) 2026-04-08 14:39:16 +02:00