fleet-memory/hindsight-cli/src
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
..
commands feat: add detail parameter to list/get mental models (#846) 2026-04-02 11:52:45 +02:00
api.rs feat: add detail parameter to list/get mental models (#846) 2026-04-02 11:52:45 +02:00
config.rs feat(cli): accept more file types on retain-files (#163) 2026-01-15 18:34:44 +01:00
errors.rs feat: enable bank config API by default (#426) 2026-02-24 08:52:42 +01:00
logo.ansi brandind and misc fixes 2025-12-11 12:46:48 +01:00
main.rs feat: 4-tab code parity across all documentation examples (#613) 2026-03-19 11:31:51 +01:00
output.rs feat(cli): accept more file types on retain-files (#163) 2026-01-15 18:34:44 +01:00
ui.rs feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
utils.rs feat: extensions (#54) 2025-12-22 11:05:23 +01:00