mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
- Rebranded Playbook Marketplace into Playbook Exchange across docs and UI 🔄 - Added dedicated IPC handlers to fetch and import Exchange playbooks ⚙️ - Wired Playbook Exchange launch action through App modals and Auto Run 🧩 - Introduced Playbook Exchange quick action for one-keystroke access ⌨️ - Added Exchange button directly inside Batch Runner for faster discovery 🧰 - Upgraded Exchange detail view with clickable document list and “Read more” 📚 - Improved markdown preview styling with themed prose and link handling 🖋️ - Added folder picker to import playbooks into chosen relative/absolute paths 📂 - Introduced in-modal help popover with submission link to community repo 🆘
4.4 KiB
4.4 KiB
title, description, icon
| title | description | icon |
|---|---|---|
| Features | Explore Maestro's power features including Git Worktrees, Auto Run, Group Chat, and Remote Access. | sparkles |
Power Features
- 🌳 Git Worktrees - Run AI agents in parallel on isolated branches. Create worktree sub-agents from the git branch menu, each operating in their own directory. Work interactively in the main repo while sub-agents process tasks independently — then create PRs with one click. True parallel development without conflicts.
- 🤖 Auto Run & Playbooks - File-system-based task runner that batch-processes markdown checklists through AI agents. Create playbooks for repeatable workflows, run in loops, and track progress with full history. Each task gets its own AI session for clean conversation context.
- 🏪 Playbook Exchange - Browse and import community-contributed playbooks directly into your Auto Run folder. Categories, search, and one-click import get you started with proven workflows for security audits, code reviews, documentation, and more.
- 💬 Group Chat - Coordinate multiple AI agents in a single conversation. A moderator AI orchestrates discussions, routing questions to the right agents and synthesizing their responses for cross-project questions and architecture discussions.
- 🌐 Remote Access - Built-in web server with QR code access. Monitor and control all your agents from your phone. Supports local network access and remote tunneling via Cloudflare for access from anywhere.
- 💻 Command Line Interface - Full CLI (
maestro-cli) for headless operation. List agents/groups, run playbooks from cron jobs or CI/CD pipelines, with human-readable or JSONL output for scripting. - 🚀 Multi-Agent Management - Run unlimited agents in parallel. Each agent has its own workspace, conversation history, and isolated context.
- 📬 Message Queueing - Queue messages while AI is busy; they're sent automatically when the agent becomes ready. Never lose a thought.
Core Features
- 🔄 Dual-Mode Sessions - Each agent has both an AI Terminal and Command Terminal. Switch seamlessly between AI conversation and shell commands with
Cmd+J/Ctrl+J. - ⌨️ Keyboard-First Design - Full keyboard control with customizable shortcuts and mastery tracking that rewards you for leveling up.
Cmd+K/Ctrl+Kquick actions, rapid agent switching, and focus management designed for flow state. - 📋 Session Discovery - Automatically discovers and imports existing sessions from all supported providers, including conversations from before Maestro was installed. Browse, search, star, rename, and resume any session.
- 🔀 Git Integration - Automatic repo detection, branch display, diff viewer, commit logs, and git-aware file completion. Work with git without leaving the app.
- 📁 File Explorer - Browse project files with syntax highlighting, markdown preview, and image viewing. Reference files in prompts with
@mentions. - 🔍 Powerful Output Filtering - Search and filter AI output with include/exclude modes, regex support, and per-response local filters.
- ⚡ Slash Commands - Extensible command system with autocomplete. Create custom commands with template variables for your workflows. Includes bundled Spec-Kit for feature specifications and OpenSpec for change proposals.
- 💾 Draft Auto-Save - Never lose work. Drafts are automatically saved and restored per session.
- 🔊 Speakable Notifications - Audio alerts with text-to-speech announcements when agents complete tasks.
- 🎨 Beautiful Themes - 12 themes including Dracula, Monokai, Nord, Tokyo Night, GitHub Light, and more.
- 💰 Cost Tracking - Real-time token usage and cost tracking per session and globally.
- 🏆 Achievements - Level up from Apprentice to Titan of the Baton based on cumulative Auto Run time. 11 conductor-themed ranks to unlock.
Note
: Maestro supports Claude Code, OpenAI Codex, and OpenCode as providers. Support for additional providers (Aider, Gemini CLI, Qwen3 Coder) may be added in future releases based on community demand.