🪄 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.3
- Right-click context menu on links in AI chat and terminal with "Copy Link" and "Open in Browser" actions 🔗
- Streaming progress bar for AI Overview generation in Director's Notes — shows KB received, elapsed time, and live percentage in tab indicator 📊
- macOS word/line navigation keybindings in terminal tabs — Option+Arrow for word jump, Cmd+Arrow for line start/end, Option+Backspace for word delete ⌨️
- Bookmark indicator now visible next to agent name in the main header 🔖
- Open working directory in Finder/Explorer from the file tree header and Quick Actions 📂
- Table of Contents overlay in file preview dynamically sizes to fit heading text 📑
- System Process Monitor widened with tab name shown in process detail view 🔍
- Live Overlay panel no longer clips behind sidebar edges 🩹
- Remote Control toggle now includes a description of Cloudflare tunnel usage ☁️
- Gist Publish modal widened to prevent button overflow 🩹
- Cue GitHub poller uses expanded PATH to find
ghCLI in packaged builds 🔧 - CLI
sendcommand creates a fresh session by default, preventing session leakage across concurrent callers 🔒 - Session restoration no longer blocks splash screen on slow agent detection or git operations ⚡
- Terminal tab spawn loop fix — stable callback refs prevent re-render thrashing 🩹
Full Changelog: v0.16.2-RC...v0.16.3-RC
What's Changed
- fix: prevent splash screen blocking on slow agent detection and git ops (#587) by @jSydorowicz21 in #598
- fix(cli): create fresh session by default in send command by @chr1syy in #606
Full Changelog: v0.16.2-RC...v0.16.3-RC