Back to home

Changelog

Every release, every fix, every improvement.

v1.0.0Latest

February 2026

Public launch. Four billing tiers, full CLI, Electron HUD, and Python desktop app.

New4-tier subscription billing — Core, Pro, Team, Enterprise (monthly + annual)
NewStripe checkout with webhook-driven token allocation and monthly refresh
NewDesktop HUD: Electron overlay showing live agent status and token balance
NewPython GUI (CustomTkinter) with subscription modal and LoginPopup
NewFastAPI portal: full user, subscription, token ledger, and API key management
NewAegis Sentry (`aegis verify`) — 402 guard against expired subscriptions
NewToken Tank component showing real-time balance with animated refill
ImprovedAlembic migration system for PostgreSQL schema versioning
ImprovedGSAP ScrollTrigger animations on features grid and pricing section
v0.9.0Beta

January 2026

Closed beta. Core relay and file watcher stable. Clerk auth wired up.

New`aegis relay` — WebSocket server (ws://localhost:7734) broadcasting context diffs
New`aegis watch` — chokidar file watcher with agent activity detection
NewClerk v6 authentication with `clerkMiddleware()` (never deprecated authMiddleware)
NewDashboard: token balance, usage history, API key generation and revocation
NewLogicGuard diff conflict detection between simultaneous agent writes
NewVibeChecker — Playwright screenshot + GPT-4o Vision for UI regression checks
ImprovedOpenAI Bridge wired to relay for in-context agent communication
FixRelayManager reconnect loop on unexpected WS disconnect
FixAgentDetector false-positive on non-AI node processes
v0.5.0Alpha

December 2025

Internal alpha. Basic relay proof-of-concept with Cursor and Claude Code.

NewInitial monorepo structure (src/, packages/web, packages/hud, packages/desktop, packages/portal)
NewStateManager — shared in-memory store for connected agent contexts
NewFirst working cross-agent sync between Cursor and Claude Code
NewNext.js 14 App Router marketing site with GSAP hero animation
FixToken balance Infinity crash on lifetime users with PostgreSQL Int column
FixWebhook double-credit on invoice.payment_succeeded racing with checkout.session.completed