v0.6.6
Admin dashboard
A self-hosted admin dashboard, served at /admin, replacing the telemetry UI.
- Overview — pool stats and a usage chart (requests/tokens).
- Agents — the role-less pool with metadata and host usage.
- Hosts — compositions with inline define/edit and test-request.
- Logs — agent-scoped Requests / Sessions / API access, with a trace drawer that reconstructs the role-segmented conversation, span tree, and raw events.
- Feedback — captured
/feedbacknotes. - Reference — API docs from
/openapi.jsonand CLI docs formash+ REPL commands.
Backend
GET /telemetry/tracesnow carries and filters byhost_id.- New
GET /telemetry/usagefor server-side time-bucketed usage aggregation.
The old telemetry UI and its /telemetry mount are removed; the /api/v1/telemetry/* observability endpoints are unchanged.