kite~/kite/docs/Changelog
v0.2.2
Documentation

Changelog

Release notes for the Kite CLI and relay server.

v0.9.1

  • Added kite queue command for inspecting and managing the local event queue
  • Added --importance filter to kite stream for minimum importance thresholds
  • Added --client-id flag to kite proxy for persistent cursor tracking
  • Fixed: Shopify HMAC verification for webhooks with UTF-8 encoded bodies
  • Fixed: CLI panic on reconnect when relay server restarts

v0.9.0

  • New: kite skill subcommand — install, list, and export agent skills
  • New: kite skill export — write SKILL.md to agent skill directories
  • New: x402 mainnet bootstrap via POST /api/v1/bootstrap/x402
  • New: --exec flag on kite stream — run a subprocess per event
  • Improved relay latency (p99 reduced from 12ms to 8ms)
  • Added Discord signature verification
  • Added kite logs command for viewing persisted event history
  • Dashboard: billing wallet page with crypto deposit support

v0.8.0

  • New: kite proxy --route for multi-source routing to different local endpoints
  • New: kite retry — replay events from the dead letter queue
  • New: kite update — in-place binary self-update
  • Added Vercel signature verification
  • Added Shopify signature verification
  • Added kite status — dashboard-equivalent status summary in the terminal
  • Delivery cursor tracking — reconnect without missing events using --client-id

v0.7.0

  • New: kite run --manifest — declarative multi-stream pipelines
  • New: kite listen --socket — Unix socket sink for IPC
  • Added Linear signature verification
  • Improved CloudEvent type mapping for GitHub events
  • Added kite endpoints deactivate command
  • Dashboard: endpoint management page

v0.6.0

  • Initial public beta release
  • Core relay server with GitHub, Stripe, and Slack signature verification
  • kite stream, kite proxy, kite listen, kite login, kite endpoints, kite keys
  • CloudEvents 1.0 envelope for all payloads
  • Device auth flow (Clerk-based)
  • Free tier: 1,000 events/month