## CHANGES

- Added multi-document Auto Run progress fields across IPC and WebSocket state 📚
- Web clients now receive aggregated task totals and completions across documents 📈
- Active tab UI docs expanded with screenshot and richer contribution details 🖼️
- Canonical `activeTab` lookup is now memoized to kill repeated O(n) finds 
- Staged images, logs, and prompt tab toggles now reuse memoized `activeTab` 🧠
- Tab-completion suggestions now debounce input only while menu is open ⌨️
- @mention suggestions now debounce filter only while menu is open 🔎
- Disabling worktrees now removes all sub-agents and reports counts 🧹
- Added performance guidance: debounce, throttle, batching, virtualization, parallel IPC 🚀
- Bumped version to 0.14.5 for this release tag 🏷️
This commit is contained in:
Pedram Amini
2026-01-11 12:20:36 -06:00
parent bbb01d8abf
commit 1d34eb6f2b
11 changed files with 234 additions and 32 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

@@ -71,10 +71,18 @@ Click **Create Agent** and Maestro will:
### Active Tab
View your in-progress Symphony sessions:
- Links to jump to the agent session
- Progress indicators for current document
- Links to draft PRs
- Cancel/abort controls
![Active Contributions](./screenshots/symphony-active.png)
Each active contribution shows:
- **Issue title and repository** — The GitHub issue being worked on
- **Status badge** — Running, Paused, or Waiting
- **Document progress** — Current document and total count
- **Time elapsed** — How long the contribution has been running
- **Token usage** — Input/output tokens and estimated cost
- **Pause/Cancel controls** — Pause to review or cancel to abort
Click **Check PR Status** to verify your draft PR on GitHub.
### History Tab