fleet-memory/hindsight-api/hindsight_api/api
Nicolò Boschi dcaacbe407
feat: add manual retry for failed async operations (#537)
- API: POST /v1/default/banks/{bank_id}/operations/{operation_id}/retry
  resets status to pending so the worker re-executes the task
- UI: Retry button on failed operations in the operations view
- Control plane proxy route + ControlPlaneClient.retryOperation()
- Updated OpenAPI spec, all generated clients, and operations docs
2026-03-10 17:16:11 +01:00
..
__init__.py Harden MCP server: fix routing, validation, and usage metering (#341) 2026-02-11 10:41:20 +01:00
http.py feat: add manual retry for failed async operations (#537) 2026-03-10 17:16:11 +01:00
mcp.py feat: add extension hooks for root routing and error headers (#470) 2026-03-03 10:50:03 +01:00