Changelog

What shipped, in the order it shipped. No vaporware.

v0.6

Any agent framework

new
  • OpenClaw and Goose adapters — run them as managed fleet members.
  • Generic CLI adapter: any command that takes an instruction and prints a result.
  • Framework badge on agents across the dashboard.
v0.5

Instrument panel

newimproved
  • Full visual overhaul: near-black instrument theme, mono type, glowing ring gauges.
  • Sensor cards with live area sparklines on the overview.
  • New multi-page marketing site with motion animations.
v0.4

Real dollars, real delivery

newimproved
  • Token-accurate spend metering; budgets auto-pause on real cost.
  • A2A delivery is at-least-once: acks + automatic redelivery, expiry to dead-letter.
  • Workflow steps chain their dependency outputs downstream.
  • Retention sweeps keep every operational table bounded.
v0.3

Enterprise governance

new
  • Plan limits enforced server-side; Stripe checkout + webhook drive entitlements.
  • Tamper-evident (hash-chained) audit export with offline verification.
  • Connector token rotation; audited secret access; signed Slack webhooks.
  • Per-tenant SLO verdicts and a structured error stream with trace ids.
v0.2

Reliability layer

newfixed
  • Real-time push transport (~1s latency) replaced the polling loop — ~90% cheaper idle agents.
  • Dead-letter queue with replay; retry backoff; stuck-run watchdog.
  • O(1) counters replaced unbounded scans in metering and guards.
v0.1

Control plane foundations

new
  • Multi-agent registry, threads, tasks, goals, skills with vector search.
  • A2A broker with loop detection and rate guards; workflow engine with approvals.
  • Spaces with RBAC, kill switch, and shadow mode.