Releases: phall1/phui
Release list
v0.15.0
v0.14.1
v0.14.0
v0.13.0
v0.12.0
First release under the phui name.
Projects surface (4)
A linter over the repositories in your configured scan roots. It reports findings, not an inventory: uncommitted-and-stale work, unpushed branches with no open PR, red CI on the default branch, duplicate clones, stale worktrees, and stray directories — grouped by check, most severe first. a toggles the full inventory, r rescans, enter opens the finding's run URL or its directory.
Linked worktrees are collapsed onto their common repository, so a repo and its worktrees are never reported as duplicate clones. Checks that need GitHub data stay silent when it is unavailable rather than emitting false positives.
Scan roots and per-project intent come from $XDG_CONFIG_HOME/phui/projects.toml. With nothing configured the surface shows a setup hint with the exact TOML to paste, and never guesses a directory to scan.
Renamed from ghui
The binary, the package, the GHUI_* environment variables (now PHUI_*), the config and cache directories, and the @ghui/keymap workspace package all change name.
Settings written before the rename are still read from the old config directory when the new one is empty, so upgrading does not reset your preferences; the first settings change completes the move. The SQLite cache moves to a new directory and re-warms on first run.
Install: brew install phall1/tap/phui
v0.11.0
Highlights
- Open repositories and pull requests directly from launch targets, including
--view details|diff|comments|runs. - Emit live terminal titles and ship an optional phux launch integration for agent-to-human PR handoffs.
- Press
wto open a selected PR in an isolated phux worktree session.
See CHANGELOG.md for details.
v0.10.0
Fork release with the repository-wide GitHub Actions dashboard, active-run monitoring, run/job/step drill-down, and rerun/cancel controls. Standalone binaries are published for macOS and Linux on ARM64 and x64; Homebrew installs from phall1/tap.