Status: Archived 2026-05-06. Superseded by sandals substrate at https://github.com/tautvydasLiekis/winged-sandals.
The dashboard UI moved into sandals at /ui (per-node system view). The in-process OpenHands engine
that lived here is no longer used; sandals runs harnesses (OpenCode, kimchi-dev, etc.) in containers
via the /v1/tasks API.
| supervisor-console | sandals replacement |
|---|---|
~/supervisor-git/dashboard/index.html |
sandals/ui/static/index.html (rewritten against /v1) |
OpenHands engine (src/supervisor/engine_openhands.py) |
sandals.harness.OpenCodeHarness + sandals.harness.KimchiDevHarness |
/api/jobs, /api/runs/* |
/v1/tasks, /v1/tasks/{id}/events (SSE) |
~/supervisor/ bind-mount + Docker on :8080 |
winged-sandals daemon (Tailnet, native or container) |
The live supervisor container on :8080 was stopped on archival. The bind-mount at
~/supervisor/ is no longer used.
The last working tag is archived-2026-05-06. Branch from there.