πͺ Maestro Cue is a new trigger based cross-agent orchestration capability. Heartbeats, GitHub issues / PRs, file system monitors and other data sources can result in your agents coming to life and passing work between one another.
π» Major shell upgrade. We now launch a full-featured xterm terminal as a tab alongside your existing AI and file preview tabs. You can open multiple terminals and rename the terminal tabs as well.
Smaller Changes in 0.16.4
- Token-efficient system prompt delivery β Claude Code now receives Maestro context via
--append-system-promptinstead of embedding in user messages, reducing token overhead on every spawn π― - Files Pane Icon Theme setting β choose between Default (Lucide) and Rich (Material Icon Themeβstyle SVGs) for file and folder icons in the right sidebar π¨
- Publish to Gist button on AI messages β share any AI response as a GitHub Gist directly from the message action bar π€
- Cue pipeline editor fully conforms to app theme β ~100 hardcoded colors replaced with theme-aware equivalents across 28 components π¨
- Cue pipeline context menu and settings panel now dismiss on click-outside and Escape π©Ή
- Cue node drag stabilized in All Pipelines view β no more pipeline overlap or jump on drag π©Ή
- Cue duplicate agents now render as separate nodes in pipeline chains π
- Cue chain edge sources resolved correctly before overwriting sessionToNode mapping π©Ή
- Right-click context menu on file references in AI chat with Copy Path and Open actions π
- Lightbox image copy-to-clipboard now uses Electron native clipboard API for reliable cross-platform support π
- Jump to Nearest Terminal rebound to β₯βJ to avoid browser shortcut conflict β¨οΈ
- File explorer stats bar now honors local ignore patterns and .gitignore π
- Silent
.catch(() => {})patterns replaced with error logging for better Sentry visibility π‘οΈ - Group chat
addParticipantmade idempotent andopenExternalURL validation hardened π - Windows system prompt delivery uses temp files to avoid CLI argument length limits π₯οΈ
- Unique temp file per spawn prevents race conditions on rapid agent respawns π©Ή
- Drawfinity added to the Symphony registry π΅
- Spec-Kit documentation updated with prerequisites and setup instructions π
Full Changelog: v0.16.3-RC...v0.16.4-RC
What's Changed
- Clarify Spec-Kit Prerequisites by @scriptease in #603
- fix(cue): theme conformity, context menu dismiss, and drag stability by @reachraza in #608
- feat: add Drawfinity to symphony registry by @needmorecowbell in #607
- feat: add files pane icon theme setting by @jeffscottward in #609
- feat: token-efficient system prompt delivery for CLI agents by @jSydorowicz21 in #596
- feat: add BMAD command bundle by @jeffscottward in #573
New Contributors
- @scriptease made their first contribution in #603
- @needmorecowbell made their first contribution in #607
Full Changelog: v0.16.3-RC...v0.16.4-RC