§ Changelog

What's new in OpenHive

Product updates, new features, and improvements. Sourced from GitHub releases.

v0.9.0latestmajor

Colony Templates

Introduce pre-built colony templates for spinning up production-ready hives in seconds.

  • Colony templates — fork from 12 production-ready agent blueprints
  • New colony-level cost caps with hard stops
  • Real-time token usage dashboard per worker
  • Queen delegation latency reduced by 40%
  • Worker memory recall accuracy improved to 94%
  • Registry search now supports semantic queries
  • Fixed worker timeout not respecting colony-level overrides
  • Resolved race condition in multi-queen handoff
v0.8.2minor

Observability & Replay

Full step-by-step replay for any worker execution. Diff any decision, trace any API call.

  • Execution replay — scrub through any worker run step by step
  • Decision diff view comparing worker outputs across runs
  • Export traces as OpenTelemetry spans
  • Trace viewer loads 3x faster for long-running jobs
  • Cost breakdown now shows per-tool attribution
  • Fixed trace gaps when workers spawn sub-workers
  • Corrected cost rounding in the dashboard summary
  • Fixed timezone display in execution timestamps
v0.8.1patch

Registry Expansion

Registry grows to 840 open-source agents. New filtering, sorting, and usage metrics.

  • Registry now shows weekly install counts and fork trends
  • Added tag-based filtering with multi-select
  • Agent detail pages show dependency graphs
  • Fixed pagination resetting search filters
  • Resolved broken avatar rendering on agent cards
v0.8.0major

Multi-Queen Colonies

Colonies can now run multiple queens with distinct specializations. Automatic task routing based on queen expertise.

  • Multi-queen support — assign queens by domain (sales, ops, engineering)
  • Automatic task routing based on queen skill profiles
  • Inter-queen messaging for cross-domain coordination
  • Queen performance benchmarks with A/B comparison
  • Worker spawn time reduced from 1.2s to 340ms
  • Memory persistence now uses incremental snapshots
  • Colony config schema v2 — colonies using v1 must run the migration CLI
  • Removed deprecated `queen.delegate_all()` in favor of `queen.route()`
v0.7.4minor

Security & Permissions

Granular permission model for workers, tool-level access control, and audit logging.

  • Tool-level ACLs — restrict which workers can use which tools
  • Audit log with full action history per colony
  • API key scoping by colony and environment
  • Auth token refresh now happens transparently
  • Reduced cold-start time for encrypted key vaults by 60%
  • Fixed key rotation not propagating to active workers
  • Resolved session expiry causing silent worker failures