Skip to content

Releases: MikeeBuilds/Squadron

Squadron v2.0.0

23 Dec 01:34

Choose a tag to compare

Squadron v2.0.0 - Desktop Application

🚀 Major Features:
- Native Electron desktop app (Windows, macOS, Linux)
- 6-terminal grid for parallel AI agents
- Multi-provider support (Claude, Gemini, Codex, OpenCode, Cursor)
- CLI auto-install for all providers
- Git worktree isolation per task
- Kanban board with drag-and-drop
- Secure API key storage (OS-level encryption)
- Onboarding wizard
- Electric teal branding

🔧 Technical:
- Electron + React + Vite
- node-pty for terminal management
- Python backend for swarm orchestration

v0.5.0

12 Dec 15:07

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.0

v0.2.1 - The Ears & Identity Update

10 Dec 21:19

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.2.1] - 2025-12-10

Added

  • Listener Service (squadron listen): New command utilizing Slack Socket Mode to allow agents to "hear" and reply to @mentions in real-time.
  • Dependency: Added slack_bolt for event handling.

[0.2.0] - 2025-12-10

Added

  • Dynamic Agent Identities: Agents can now have custom names and avatars (e.g., Marcus, Caleb) supported in Slack and Discord using assets/ and agents.yaml.
  • Linear Integration: Full support for Linear issues via --linear flag (create, comment, update status).
  • RAG-Lite (squadron ask): New memory module allowing agents to query the knowledge/ directory for team context.
  • Overseer 2.0 (--exec): The Overseer can now execute arbitrary shell commands when new tickets are detected, enabling "Wake Up" protocols.
  • Avatars: Hosted assets for Marcus and Caleb.

Changed

  • CLI Architecture: Refactored to support sub-commands more robustly.
  • Documentation: Major updates to README.md and intro of UPDATE.md for team onboarding.

[0.1.0] - 2025-12-09

Added

  • Core CLI: Basic squadron report command.
  • Bridges: Initial support for Jira, Slack, Discord, and GitHub.
  • Overseer 1.0: Basic polling for new Jira tickets.
  • Package: Initial PyPI release structure.