Changelog
Every feature, fix, and improvement — from Docker MVP to Mission Control.
v1.0
2026-03-26 feature breakingMission Control Complete
- ▸ Mission Control with all 18 screens: Dashboard, Agents, Squads, Chat, Tasks, Calendar, Memory, Vault, Squad Packs, Content, Terminal, Activity, Settings, Analytics, Logs, Autopilot, Notifications, Profile
- ▸ 4 starter agents ready out of the box, with 15 agent templates available to expand
- ▸ Content pipeline: automated research-to-publish workflows
- ▸ Autopilot mode: agents can work autonomously on scheduled tasks
- ▸ Integrated terminal with full agent command interface
v0.9
2026-03-20 featureReal-time Events & Search
- ▸ Server-Sent Events (SSE) for real-time activity feed
- ▸ Live agent status updates pushed to Mission Control
- ▸ FTS5 full-text search across memory, tasks, and agent logs
- ▸ Activity feed with filters and search
v0.8
2026-03-14 security featureSecurity Hardening
- ▸ AES-256-GCM encrypted secret vault for API keys and credentials
- ▸ Tyr security auditor agent: automated vulnerability scanning
- ▸ Rate limiting and input validation across all API endpoints
- ▸ CSP headers and security-first middleware
v0.7
2026-03-08 featureAgent Factory
- ▸ Agent Factory: create, configure, and deploy custom agents from Mission Control
- ▸ Learning system: agents improve based on feedback and task history
- ▸ Feedback loop: rate agent responses, corrections feed into training
- ▸ Agent skill system with composable skill packs
v0.6
2026-03-01 featureSquad Pack System
- ▸ Pack system: bundle agents, skills, and configs into distributable packs
- ▸ Community pack sharing via GitHub
- ▸ Pack versioning and dependency management
v0.4
2026-02-15 featureDashboard & Mission Control
- ▸ Mission Control dashboard with 12 initial screens
- ▸ Calendar view for scheduled tasks and agent activity
- ▸ Agent chat interface with conversation history
- ▸ Task board with drag-and-drop kanban
v0.3
2026-02-08 featureMission Control MVP
- ▸ SQLite database with Drizzle ORM for persistent storage
- ▸ REST API for agent management and task operations
- ▸ Basic web interface for monitoring agent status
- ▸ Memory persistence across agent restarts
v0.2
2026-01-25 feature breakingSquad System
- ▸ Squad system: organize agents into specialized teams
- ▸ 15 agent templates created with SOUL.md, AGENTS.md, and IDENTITY.md
- ▸ AI-AGIL methodology for sprint planning and task management
- ▸ Inter-agent communication via Chief orchestrator
- ▸ Shared boards and memory across squad members
v0.1
2026-01-10 featureDocker MVP
- ▸ Initial Docker-based deployment with docker-compose
- ▸ Setup script (setup.sh) for one-command installation
- ▸ OpenClaw gateway integration with Claude models
- ▸ Basic workspace structure with IDENTITY.md and USER.md
- ▸ clawhalla.xyz landing page with Astro + Starlight
Want to see what's coming next? Check the roadmap on GitHub.
Get Started