Changelog
Changelog
0.2.1
Fixed
Pager no longer triggers for short output that fits on screen
Fixed ANSI escape codes rendering as raw text in pager (
LESS=-R)
0.2.0
Added
Multi-view CLI — new subcommands for browsing issues, PRs, and repos
ghud issue/ghud i— list issues or view issue detail (ghud i 42)ghud pr— list PRs or view PR detail (ghud pr 15)ghud repo/ghud r— repo-level dashboard showing issues + PRsghud overview/ghud o— explicit alias for the default dashboard
Detail levels —
--detail brief|summary|standard|fullfor issue and PR viewsCheck status indicators — PRs show ✓/✗/●/— for CI checks and review status
Repo context detection — auto-detects repo from git remote; override with
--repoComment display — shows last 3 comments by default;
--comments Nor--comments allPager support — output pipes through a pager by default;
--no-pagerto disableSubcommand aliases —
ifor issue,ofor overview,rfor repoTyper CLI framework — replaced argparse with Typer for better help and extensibility
MCP server —
ghud servestarts an MCP server exposing dashboard tools for AI agents
Changed
CLI framework migrated from argparse to Typer
Configuration now checks XDG_CONFIG_HOME first (
~/.config/ghud/projects.yaml)
0.1.0
Added
Initial release
Global dashboard with notifications, open PRs, merged PRs, issues, and other activity
ghud discovercommand for finding untracked reposPortfolio configuration via
projects.yamlResponsive two-column terminal layout
GraphQL batching for fast issue queries