Skip to content

Releases: maxbeizer/gh-agent-viz

v0.11.0

Choose a tag to compare

@maxbeizer maxbeizer released this 19 Apr 16:17
d30791c

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

Choose a tag to compare

@github-actions github-actions released this 30 Mar 17:20
f4cede3

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

Choose a tag to compare

@github-actions github-actions released this 30 Mar 15:39
4d8ceab

Changelog

  • 3c3737d Add --profile flag for CPU profiling with pprof
  • 206adc8 Reduce CPU usage: smarter animation ticks and split view caching
  • 4d8ceab docs: add v0.10.1 changelog

v0.10.0

Choose a tag to compare

@maxbeizer maxbeizer released this 27 Mar 17:50
b89c9b2

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: enter details, o open PR, l logs, c copy ID, x dismiss
  • 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

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 19 Mar 20:21

Changelog

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:59

Changelog

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:51

Changelog

  • be697d3 fix: normalize v prefix when comparing versions (#216)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:17

Changelog

  • 73c0f25 feat: show version in header with upgrade notification (#215)

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:42

Changelog

  • f917c55 fix: always push sessions to all views on data refresh (#213)

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 13:43

Changelog

  • bad5afe fix: align active panel count with fleet summary bar (#211)