Releases: maxbeizer/gh-agent-viz
Releases · maxbeizer/gh-agent-viz
Release list
v0.11.0
What's New
Attention-First Dashboard
The mission view now puts what needs your attention front and center. The Attention panel takes 60% of the screen and shows each session's last assistant message so you can see exactly what's waiting on you.
Event-Driven Detection
Sessions are now detected as needs-input using real signals — lock file PID validation + events.jsonl state machine — instead of unreliable workspace.yaml heuristics.
New Visualizations
- 24h activity heatmap (
░▒▓█intensity blocks) - 7-day trend sparkline (
▁▂▃▄▅▆▇█) with trend arrows (↑↓→) - Model distribution — which AI models are being used
- Cost estimates — per-model token pricing shown as
💰 $X.XX - Pulse animation —
◐◓◑◒live indicator
Simplified
- Removed kanban view (mission dashboard covers it better)
- Removed repos and idle panels from mission view
- Stats bar: removed idle/warning, unified to
✋ N attention - 24h attention cutoff filters stale sessions you've moved on from
- Failed sessions collapsed into a single summary line
See CHANGELOG.md for full details.
v0.10.2
Changelog
- 0b029d0 Add dismiss (x) to detail view
- 8d60ad1 Auto-undismiss sessions that need urgent attention
- fd3351f Fix dismiss from detail view dismissing wrong session
- dfb1c13 Fix dismiss not clearing attention counts
- ce2891b Fix panic and stale mission view on detail dismiss
- f4cede3 docs: add v0.10.2 changelog
v0.10.1
v0.10.0
What's New
⚡ Active Sessions View
Press A from any view to see a lazygit-style split panel focused on what your agents are doing right now.
- Left panel: compact session list with status breakdown ("3 running · 1 failed")
- Right panel: metadata, current activity, and live log tail
- Quick actions:
enterdetails,oopen PR,llogs,ccopy ID,xdismiss - Configurable as default via
defaultView: active
🎨 Visual Refresh
- Powerline footer across all views — colored badges + key hints (inspired by gh-inbox)
- Catppuccin Mocha is now the default theme
- Footer pinned to bottom of terminal in every view
🚀 Charm v2 Upgrade
- Bubble Tea v2.0.2, Lip Gloss v2.0.2, Bubbles v2.0.0
- Faster rendering, declarative API, enhanced keyboard handling
- Requires Go 1.25+
Upgrade
gh extension upgrade maxbeizer/gh-agent-viz
Full changelog: https://github.com/maxbeizer/gh-agent-viz/blob/main/CHANGELOG.md