Skip to main content

December 2025

v0.1.0 - Initial Release

First public release of Agents Squads.
Features:
  • squads CLI for managing agents and squads
  • Markdown-based agent definitions
  • Persistent memory system
  • Goal tracking and feedback collection
  • Integration with Claude Code
Commands:
  • squads init - Initialize new projects
  • squads run - Execute agents and squads
  • squads status - View squad status
  • squads memory - Query and manage memory
  • squads goal - Track squad goals
  • squads feedback - Record execution feedback

Roadmap

Q1 2026

  • REST API for programmatic access
  • Node.js and Python SDKs
  • Webhook support for event notifications
  • Enhanced memory search

Q2 2026

  • Multi-model support (OpenAI, local models)
  • Visual dashboard
  • Team collaboration features
  • Enterprise SSO

Versioning

We follow Semantic Versioning:
  • Major: Breaking changes
  • Minor: New features (backwards compatible)
  • Patch: Bug fixes

Stay Updated