Skip to content

feat(supervisor): add live TUI dashboard command (t068.8)#482

Merged
marcusquinn merged 1 commit intomainfrom
feature/t068.8
Feb 7, 2026
Merged

feat(supervisor): add live TUI dashboard command (t068.8)#482
marcusquinn merged 1 commit intomainfrom
feature/t068.8

Conversation

@marcusquinn
Copy link
Owner

Summary

  • Add supervisor-helper.sh dashboard command — a live-updating terminal UI for monitoring supervisor tasks
  • Full-screen TUI with task table, batch progress bar, system resource monitoring, and active worker display
  • Keyboard controls: q=quit, p=pause/resume, r=refresh, j/k=scroll, ?=help

Features

  • Task table: Color-coded status icons, description, retry count, PR URLs, error messages
  • Batch progress bar: Visual completion percentage with Unicode block characters
  • System resources: Load average, memory pressure, worker process count
  • Adaptive columns: PR and error columns only appear when relevant data exists
  • Scrolling: j/k navigation for large task lists with scroll position indicator
  • Pause/resume: Stop auto-refresh while examining data
  • Terminal-safe: Uses tput for portability, saves/restores terminal state (smcup/rmcup), hides cursor, restores stty on exit

Usage

supervisor-helper.sh dashboard                    # All tasks, 2s refresh
supervisor-helper.sh dashboard --batch <id>       # Filter to specific batch
supervisor-helper.sh dashboard --interval 5       # 5-second refresh

Dependencies

Zero external dependencies — bash + sqlite3 + tput (standard on macOS/Linux).

Changes

File Change
.agents/scripts/supervisor-helper.sh +535 lines: cmd_dashboard() with all TUI rendering, keyboard handling, and help overlay
.agents/subagent-index.toon Updated dashboard entry
TODO.md Task tracking update

Closes #442

@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 7, 2026

Warning

Rate limit exceeded

@marcusquinn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 40 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/t068.8

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 28 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Sat Feb 7 20:45:48 UTC 2026: Code review monitoring started
Sat Feb 7 20:45:48 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 28
Sat Feb 7 20:45:48 UTC 2026: Qlty - 0 issues found, auto-formatting applied
Sat Feb 7 20:45:50 UTC 2026: Codacy analysis completed with auto-fixes

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 28
  • VULNERABILITIES: 0

Generated on: Sat Feb 7 20:45:51 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 28 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Sat Feb 7 20:46:51 UTC 2026: Code review monitoring started
Sat Feb 7 20:46:52 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 28
Sat Feb 7 20:46:52 UTC 2026: Qlty - 0 issues found, auto-formatting applied
Sat Feb 7 20:46:54 UTC 2026: Codacy analysis completed with auto-fixes

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 28
  • VULNERABILITIES: 0

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
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 28 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Sat Feb 7 20:49:18 UTC 2026: Code review monitoring started
Sat Feb 7 20:49:18 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 28
Sat Feb 7 20:49:18 UTC 2026: Qlty - 0 issues found, auto-formatting applied
Sat Feb 7 20:49:20 UTC 2026: Codacy analysis completed with auto-fixes

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 28
  • VULNERABILITIES: 0

Generated on: Sat Feb 7 20:49:20 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 7, 2026

@marcusquinn marcusquinn merged commit d95212c into main Feb 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

t143: quality: test script uses BRE alternation instead of ERE (style improvement)

1 participant