v0.6.8
Admin dashboard v2 — second dogfooding pass plus the backend it needed.
Admin UI
- CLI logs tab — command lifecycle events (
command.start/.complete/.error) per agent. - Feedback — dropped
request_id; session links straight to its Logs view. - Logs —
API accessrenamed toAPI; animated Refresh; session deep-linking. - Overview — daily usage now buckets on local time (fixes UTC-shifted bars and single-date collapse); Traces metric replaces Requests; pool-wide Sessions count clarified.
- Workflows — no duplicated id; surfaces workflow
skilland per-task structured-output shape. - Clickable cards modernized (hover lift, shadow, focus ring).
Backend
- New
POST/GET /api/v1/telemetry/command-events; runtime storelist_eventsgains anevent_type_prefixfilter. - The remote REPL now ships CLI command events best-effort (previously discarded).
- Workflow serialization exposes
skill_nameand per-taskstructured_output.
Docs updated across the api, cli, and workflows READMEs.