fleet-memory/hindsight-cli
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
..
src feat: filter operations by type + fix stale auto-refresh closure (#522) (#527) 2026-03-09 13:17:00 +01:00
tests fix: /version endpoint return wrong version (#224) 2026-01-29 08:40:01 +01:00
.gitignore rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
build.sh rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
Cargo.toml Release v0.4.16 2026-03-05 17:54:59 +01:00
smoke-test.sh feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00