Skip to content

v0.6.8

Choose a tag to compare

@imsid imsid released this 20 Jun 15:39
90e740d

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.
  • LogsAPI access renamed to API; 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 skill and per-task structured-output shape.
  • Clickable cards modernized (hover lift, shadow, focus ring).

Backend

  • New POST/GET /api/v1/telemetry/command-events; runtime store list_events gains an event_type_prefix filter.
  • The remote REPL now ships CLI command events best-effort (previously discarded).
  • Workflow serialization exposes skill_name and per-task structured_output.

Docs updated across the api, cli, and workflows READMEs.