Back to homeChangelog
Product updates and release notes.
1.0.0
Head Agent C2 Architecture — Complete Platform Redesign
- •Head Agent as Digital CEO — auto-creates specialists, delegates work, monitors health
- •Military-grade Command & Control — OPCON hierarchy, 5-level clearance, succession chains
- •DAG Workflow Engine — parallel branches, decision gates, retry policies, branch plans
- •Zero-Trust Security — CAS on all state transitions, immutable audit log, delegation sandboxing
- •Agent Versioning — blue-green deploy, rollback, trust score computation
- •Auto-onboarding — new users get Head Agent in seconds, no provider selection
- •60+ Head Agent management tools — SITREP, after-action review, battle rhythm
- •HMAC message signing with precedence levels (flash/immediate/priority/routine)
- •Full quota enforcement — workspace, KB, team, agent limits per plan
- •Platform default LLM provider — admin sets keys, users use automatically
- •Localhost endpoint fallback — agents with dev endpoints auto-switch to platform defaults
0.9.8
Landing Page Redesign — Chat-First Experience
- •Fullscreen hero chat input (Lovable.dev style) — type and go
- •Built-in auth modal — email + OTP without leaving the page
- •Auto-send landing message to Head Agent after login
- •13 sections → 6 — removed all fluff (problem, how-it-works, builder mockup)
- •Snaga animated neon logo — 3-dot thinking → triangle morph with glow
- •Stripe/Linear copywriting — every sentence delivers value
- •Removed manual agent builder — Head Agent creates all agents
0.9.7
Security Hardening & API Keys
- •Full API key management — create, revoke, rotate with granular scopes
- •Platform API keys hidden from regular users (show 'Platform' badge)
- •CAS on run status transitions — prevents race condition data loss
- •Self-escalation blocking — agents cannot modify own security properties
- •find_agents OPCON + clearance filtering
- •Deposed agent blocking — split-brain prevention
- •Cross-domain guard — redactForClearance() for clearance-scoped data
- •Caveats enforcement in ClearanceScopedPersistence
0.9.6
HEAD_AGENT_TOOLS.md — Full Implementation (16 Parts)
- •Core tools (~58) + delegation protocol (FIND/BUILD/DELEGATE/COLLECT)
- •OPCON command hierarchy with coordinates_with lateral comms
- •ClearanceScopedPersistence — storage-layer enforcement, not prompt
- •Mission compiler — objectives → DAG with decision points and ROE
- •Succession automation with circuit breaker (3 failures → halt)
- •Anomaly detection — budget drain, tool abuse, exfiltration, consecutive failures
- •Immutable append-only audit log — 18 event types
- •36 security integration tests + 21 DAG tests
- •Budget reservation — atomic CAS pre-deduction before LLM calls
- •Trace ID propagation across delegation chains
0.9.5
Head Agent Foundation & Platform Defaults
- •Head Agent system prompt — Commander delegation protocol
- •HEAD_AGENT_CORE_TOOLS export — reduced from 175 to ~58 tools
- •Platform default LLM provider (Together AI — GLM-5 744B MoE)
- •Compact prompts for weak/local models (~400 tokens vs ~3000)
- •Hallucination recovery with forced generate_image
- •Dynamic tool injection bypass for Head Agent (MAX_TOOLS=256)
- •Onboarding wizard: platform defaults auto-select
- •Admin UI for platform API keys and model configuration
0.9.4
UX/Accessibility overhaul
- •147 UX issues fixed across 7 audit iterations
- •Full WCAG AA compliance for wizard, chat, settings, and layout
- •Added useUnsavedWarning and useActionGuard shared hooks
- •prefers-reduced-motion support for all animations
0.9.3
Multi-KB support & knowledge wizard step
- •Multiple knowledge bases per agent
- •Knowledge base selection in wizard Step 4
- •KB/runtime enhancements for document search
0.9.2
Chat parsing fixes & production readiness
- •55 files updated, 73 new tests added
- •Chat message parsing improvements
- •UI audit and production hardening
0.9.1
Wizard skills, plan gating & chat sidebar
- •Skills selection in wizard
- •Plan-based feature gating
- •Chat sidebar improvements
- •Usage quota display fixes
0.9.0
UI/UX gap closure
- •12 new hooks, 6 new components
- •18 file updates across the platform
- •Comprehensive hook test coverage