fleet-memory/hindsight-clients/python/hindsight_client_api/api
Nicolò Boschi f7a60f898d
feat: filter operations by type + fix stale auto-refresh closure (#522) (#527)
* feat: filter operations by type + fix stale closure in auto-refresh

- Add `type` query param to GET /operations endpoint and engine layer
- Add operation type dropdown filter in Background Operations UI
- Fix auto-refresh interval using stale statusFilter/offset closure by
  adding filter state to useEffect deps and wrapping loadOperations in
  useCallback (fixes #522)
- Regenerate OpenAPI spec and all SDK clients

* fix: update Rust CLI list_operations call with new type parameter
2026-03-09 13:17:00 +01:00
..
__init__.py feat: webhook system with retain.completed event, UI, and docs (#487) 2026-03-04 14:17:01 +01:00
banks_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
directives_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
documents_api.py feat: change tags for a document (#517) 2026-03-07 09:00:13 +01:00
entities_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
files_api.py feat: per-request file parser selection with fallback chains (#514) 2026-03-06 16:15:43 +01:00
memory_api.py feat: observation history tracking and diff UI (#513) 2026-03-06 16:16:05 +01:00
mental_models_api.py feat: mental model history tracking and UI diff view (#516) 2026-03-06 17:50:48 +01:00
monitoring_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
operations_api.py feat: filter operations by type + fix stale auto-refresh closure (#522) (#527) 2026-03-09 13:17:00 +01:00
webhooks_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00