mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## 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:
BIN
docs/screenshots/symphony-active.png
Normal file
BIN
docs/screenshots/symphony-active.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
@@ -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
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user