fleet-memory/hindsight-docs/docs/developer/api
Nicolò Boschi 8d1bfbbd2b
feat: add detail parameter to list/get mental models (#846)
* feat: add detail parameter to list/get mental models (#825)

Add a `detail` query parameter (metadata|content|full) to both list and get
mental model endpoints (HTTP + MCP) to control response size. This reduces
payload for agent boot flows and MCP clients where context budget is limited.

Closes #825

* fix: update Rust CLI for optional mental model fields

The generated Rust client now has content/source_query as Option<String>
after the detail parameter was added. Update CLI code to handle optionals.
2026-04-02 11:52:45 +02:00
..
documents.mdx feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
main-methods.mdx feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
memory-banks.mdx feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
mental-models.mdx feat: add detail parameter to list/get mental models (#846) 2026-04-02 11:52:45 +02:00
operations.md feat: add manual retry for failed async operations (#537) 2026-03-10 17:16:11 +01:00
quickstart.mdx feat(docs): Integrations Hub + unified page hero (#620) 2026-03-19 20:29:55 +01:00
recall.mdx feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
reflect.mdx feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
retain.mdx feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
webhooks.mdx feat: webhook system with retain.completed event, UI, and docs (#487) 2026-03-04 14:17:01 +01:00