fleet-memory/hindsight-api/hindsight_api
Nicolò Boschi 7097716204
feat: improve mental models ux on control plane (#297)
* feat: improve mental models ux on control plane

* feat: improve mental models ux on control plane

* gen

* feat(cli): add --id flag to mental model create command

* fix(cli): revert unused variable underscore prefix that breaks compilation

The underscore prefix on stdout/stderr variables was added to suppress
warnings, but these variables are actually used in assert messages,
causing compilation errors. Reverting to original names.
2026-02-04 15:49:03 +01:00
..
admin feat: new 'worker' service (#176) 2026-01-20 10:17:56 +01:00
alembic fix: custom pg schema is not reliable (#278) 2026-02-02 15:33:50 +01:00
api feat: improve mental models ux on control plane (#297) 2026-02-04 15:49:03 +01:00
engine fix: improve claude code and codex for /reflect (#285) 2026-02-04 13:34:45 +01:00
extensions fix: custom pg schema is not reliable (#278) 2026-02-02 15:33:50 +01:00
worker Fix: load operation validator extension in worker process (#280) 2026-02-02 14:45:40 -05:00
__init__.py Release v0.4.8 2026-02-03 13:51:30 +01:00
banner.py feat: print version during startup (#275) 2026-02-02 12:40:45 +01:00
config.py feat: support for codex and claude-code as llm (#276) 2026-02-02 12:54:44 +01:00
daemon.py feat: improve openclaw and hindisght-embed params (#279) 2026-02-03 09:39:04 +01:00
main.py feat: improve openclaw and hindisght-embed params (#279) 2026-02-03 09:39:04 +01:00
mcp_local.py feat(mcp): add timestamp to retain (#190) 2026-01-23 16:00:43 +01:00
mcp_tools.py feat(mcp): add Bearer token authentication and tenant auth propagation (#241) 2026-01-30 09:08:18 +01:00
metrics.py chore: remove dead code (#245) 2026-01-30 09:16:32 +01:00
migrations.py fix: custom pg schema is not reliable (#278) 2026-02-02 15:33:50 +01:00
models.py chore: drop unused access_count column (#178) 2026-01-20 10:36:02 +01:00
pg0.py feat: support vertex as llm provider (#233) 2026-01-29 16:13:57 -05:00
server.py Fix: Load extensions in server.py for multi-worker deployments (#155) 2026-01-13 17:55:33 +01:00