πͺ Maestro Cue is a new trigger-based cross-agent orchestration capability. Heartbeats, GitHub issues/PRs, file system monitors, and other data sources can bring your agents to life and pass work between one another.
π» Major Shell Upgrade β Full-featured xterm.js terminal tabs alongside your existing AI and file preview tabs. Open multiple terminals and rename them freely.
π Web UX Parity β The web/mobile interface now supports real PTY terminals, swipeable panels, notification dropdowns, and dozens of desktop-equivalent features. Full touch-friendly experience on tablets and phones.
π SSH Shared History β History synchronization across multiple Maestro instances working on the same project via SSH. Each host writes per-hostname JSONL files to .maestro/history/ on the remote, so all participants see each other's work.
Changes in v0.16.8-RC
- Model/effort quick-change pills: Click pills in the input area to instantly switch AI model and reasoning effort level without opening settings
- Plan-Mode and Read-Only pills: Input area shows a Plan-Mode pill for Claude Code/OpenCode and a Read-Only pill for non-interactive agents, giving at-a-glance mode visibility
- Auto-name tabs: AI tabs are automatically named based on conversation context so you can tell them apart without manual renaming
- Settings search: Type-to-filter search in the Settings modal to instantly find any setting across all tabs
- Forced parallel execution: New shortcut and settings toggle to force all queued tasks to run in parallel, bypassing the execution queue β with a one-time acknowledgment dialog for safety
- Fuzzy slash-command search: Slash commands now support fuzzy matching so you can find commands without typing the exact name
- Web group management: Web LeftPanel now supports creating groups and moving agents between groups
- Persist active session: Maestro now resumes in the last open session when restarting
- Unread filter for agents: Cmd+U filters terminal tabs by unread status; Alt+Shift+U toggles unread mode across all tabs
Full Changelog: v0.16.7-RC...v0.16.8-RC
What's Changed
- fix(quit): use taskkill tree-kill for PTY processes on Windows by @chr1syy in #708
- fix(quit): use taskkill tree-kill for PTY processes on Windows by @chr1syy in #709
- refactor: decompose MainPanel + NewInstanceModal into directory modules by @reachrazamair in #710
- feat: Solarized Dark Theme by @chrisscott in #532
- feat: group chat enhancements by @ets in #559
- fix: resolve multiple Sentry crash patterns from production by @pedramamini in #725
- feat: add group management to web LeftPanel by @chr1syy in #723
- fix: preserve queued app.startup Cue triggers across YAML hot-reloads by @chr1syy in #722
- fix: prevent left sidebar from hiding agents below the fold by @chr1syy in #713
- fix: build macOS x64/arm64 separately to prevent Intel architecture contamination by @pedramamini in #720
- feat: Persist and restore active session id (resume in last open sess⦠by @scriptease in #714
- Symphony: Forced Parallel Execution: bypass message queue with modifier shortcut (#702) by @chr1syy in #711
- fix(group-chat): add participant remove button and allow agentId updates by @pedramamini in #718
- fix: use platform-aware shell detection for web terminal PTY by @chr1syy in #724
- fix: Group chat: Plan mode can not be exited #602 by @scriptease in #695
- fix(autorun): resolve paused batch session for resume/skip/abort by @pedramamini in #726
- feat: Add fuzzy search for slash commands by @scriptease in #685
- fix: mock stores module in git handler tests by @reachrazamair in #741
- cue-hardening: leak fix, panel layout, themed scrollbars + GeneralTab cleanup by @reachrazamair in #742
- fix: worktree sessions showing Ungrouped toast when parent is grouped by @scriptease in #740
- feat: web UX parity β hasUnread pipeline + Auto Run tab enhancements by @chr1syy in #739
- refactor(cue): split shared contracts, config boundaries, and runtime orchestration by @reachrazamair in #750
New Contributors
- @chrisscott made their first contribution in #532
- @ets made their first contribution in #559
Full Changelog: v0.16.7-RC...v0.16.8-RC