fleet-memory/hindsight-clients/python/hindsight_client_api/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
..
__init__.py feat: add audit log for feature usage tracking (#717) 2026-03-27 09:52:03 +01:00
audit_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
banks_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
directives_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
documents_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
entities_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
files_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
memory_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
mental_models_api.py feat: add detail parameter to list/get mental models (#846) 2026-04-02 11:52:45 +02:00
monitoring_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
operations_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00
webhooks_api.py Release v0.4.22 2026-03-31 18:14:59 +02:00