Releases: MikeeBuilds/Squadron
Releases · MikeeBuilds/Squadron
Squadron v2.0.0
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
Full Changelog: v0.5.0...v0.5.0
v0.2.1 - The Ears & Identity Update
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_boltfor 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/andagents.yaml. - Linear Integration: Full support for Linear issues via
--linearflag (create, comment, update status). - RAG-Lite (
squadron ask): New memory module allowing agents to query theknowledge/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.mdand intro ofUPDATE.mdfor team onboarding.
[0.1.0] - 2025-12-09
Added
- Core CLI: Basic
squadron reportcommand. - Bridges: Initial support for Jira, Slack, Discord, and GitHub.
- Overseer 1.0: Basic polling for new Jira tickets.
- Package: Initial PyPI release structure.