feat(supervisor): add live TUI dashboard command (t068.8)#482
feat(supervisor): add live TUI dashboard command (t068.8)#482marcusquinn merged 1 commit intomainfrom
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sat Feb 7 20:45:51 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
5ddbfea to
e97ba85
Compare
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sat Feb 7 20:46:54 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
Add 'dashboard' command to supervisor-helper.sh providing a full-screen, live-updating terminal UI for monitoring supervisor tasks. Zero additional dependencies - uses bash + sqlite3 + tput (standard on macOS/Linux). Features: - Color-coded task table with status icons - Batch progress bar with completion percentage - System resource monitoring (load, memory, worker processes) - Keyboard controls: q=quit, p=pause, r=refresh, j/k=scroll, ?=help - Batch filtering (--batch) and configurable refresh (--interval) - Adaptive column widths based on terminal size - Scroll support for large task lists
e97ba85 to
1c14994
Compare
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sat Feb 7 20:49:20 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
supervisor-helper.sh dashboardcommand — a live-updating terminal UI for monitoring supervisor tasksFeatures
Usage
Dependencies
Zero external dependencies — bash + sqlite3 + tput (standard on macOS/Linux).
Changes
.agents/scripts/supervisor-helper.shcmd_dashboard()with all TUI rendering, keyboard handling, and help overlay.agents/subagent-index.toonTODO.mdCloses #442