January 2026
v0.5.1 - Polish & Performance
Production hardening with cross-platform fixes and performance improvements.
squads status- Sprint goals display in status viewsquads trigger- Time-windowed execution statistics
- 385% faster
squads helpvia lazy-loading Redis - Cross-platform path handling for cron/autonomous commands
- Clearer budget display for different subscription plans
- Helpful messages when required arguments are missing
- Removed hardcoded database credentials
- Added DEBUG logging to error handlers
v0.5.0 - Production Deployment
Ready for production with Docker, distributed locking, and guided onboarding.
squads setup- Guided interactive onboarding with template systemsquads cron- Native launchd scheduling for macOSsquads workers --all- Kill all agent tmux sessions- Zombie detection and cleanup for orphaned sessions
- Docker production deployment configuration
- Redis distributed locking for safe concurrent access
- Local cooldown checks for scheduled runs
- BRIDGE_API injection for human-in-the-loop approvals
v0.4.13 - Multi-LLM Support
Use different LLM providers by delegating to their native CLIs.
squads providers- Show available LLM CLIs and installation statussquads autonomous- Autonomous scheduling commandsquads slack sync- Slack channel synchronizationsquads dash- Declarative dashboard engine--providerflag forsquads run- Override provider per execution- SQUAD.md
providers:block - Configure squad-level defaults - Agent-level
provider:- Override in agent frontmatter or header - Support for 7 providers: Anthropic, Google, OpenAI, Mistral, xAI, Aider, Ollama
- Agent file (
provider: xai) - CLI flag (
--provider=google) - Squad default (
providers.default) - Fallback to
anthropic
squads init --yes- Non-interactive mode with auto-detection- Auto-install Claude CLI with web-based login
- Memory
--auto-learnflag for automatic learning capture - Telemetry with userType segmentation
v0.4.11 - Learning Loop
Autonomous learning that compounds across sessions.
squads learn- Capture insights that persist across sessionssquads learnings show- View squad learnings with filteringsquads learnings search- Search across all squads- Auto-tagging and category inference
- Stop hook prompts for learning capture
/squads-learnskill for Claude auto-invocation
v0.4.10 - Execution Contexts
Features:- Dynamic MCP configuration per squad
- Model and budget settings in SQUAD.md
- SQUAD.md parser exported for programmatic use
December 2025
v0.1.0 - Initial Release
First public release of Agents Squads.
squadsCLI for managing agents and squads- Markdown-based agent definitions
- Persistent memory system
- Goal tracking and feedback collection
- Integration with Claude Code
squads init- Initialize new projectssquads run- Execute agents and squadssquads status- View squad statussquads memory- Query and manage memorysquads goal- Track squad goalssquads feedback- Record execution feedback
Roadmap
Q1 2026
- Multi-model support (7 providers) - v0.4.13
- CLI dashboard (
squads dash) - v0.4.13 - Production deployment (Docker) - v0.5.0
- REST API for programmatic access
- Node.js and Python SDKs
- Webhook support for event notifications
Q2 2026
- Visual web dashboard
- Team collaboration features
- Enterprise SSO
- Enhanced memory search
Versioning
We follow Semantic Versioning:- Major: Breaking changes
- Minor: New features (backwards compatible)
- Patch: Bug fixes