fix: add missing orchestrator endpoints + fix AgentStatusWidget #657

Merged
jason.woltje merged 2 commits from fix/orchestrator-widget-endpoints into main 2026-03-02 16:43:52 +00:00
Owner

Summary

  • Added GET /orchestrator/health for widget health checks
  • Added GET /orchestrator/events/recent for recent agent events
  • Fixed AgentStatusWidget to handle correct status values (WORKING/ERROR vs running/failed)
## Summary - Added GET /orchestrator/health for widget health checks - Added GET /orchestrator/events/recent for recent agent events - Fixed AgentStatusWidget to handle correct status values (WORKING/ERROR vs running/failed)
jason.woltje added 2 commits 2026-03-02 16:42:55 +00:00
fix(api): add missing /orchestrator/health and /orchestrator/events/recent endpoints
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
a1a37c77f6
- Added GET /orchestrator/health for widget health checks
- Added GET /orchestrator/events/recent for recent agent events
- Widgets were calling endpoints that returned 404
fix(web): handle correct agent status values in AgentStatusWidget
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
b63d94f8ef
- Use isWorking/isIdle/isErrored helpers to match both old
  status names (running/failed) and new enum values (WORKING/ERROR)
- Fix stats computation and card styling
jason.woltje merged commit 7f94ecdc7a into main 2026-03-02 16:43:52 +00:00
Sign in to join this conversation.