Skip to content

Releases: phall1/phui

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:45
c63515b

0.15.0 (2026-08-09)

Features

  • release: publish through one trusted entry point and verify what shipped (#14) (6680a9d)

Bug Fixes

  • release: diagnose npm auth before building, and allow re-publishing a tag (#11) (35a5513)
  • release: give the credential preflight a registry to authenticate against (#13) (a751a8d)

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 16:42
e8ffc7f

0.14.1 (2026-08-09)

Bug Fixes

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 16:02
5ddf58b

0.14.0 (2026-08-09)

Features

  • Inbox and Stars surfaces, loading skeletons, and npm publishing (#3) (87ede82)

Bug Fixes

  • release: do not let an npm failure block the Homebrew update (#5) (e60b073)

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:15
cfcf2bd

0.13.0 (2026-08-09)

Features

  • release: automate releases with release-please (#1) (a03a07b)

Bug Fixes

  • projects: measure staleness from the committer date (ebe7d15)

v0.12.0

Choose a tag to compare

@phall1 phall1 released this 26 Jul 05:00

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

Choose a tag to compare

@phall1 phall1 released this 24 Jul 22:23

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 w to open a selected PR in an isolated phux worktree session.

See CHANGELOG.md for details.

v0.10.0

Choose a tag to compare

@phall1 phall1 released this 11 Jul 06:38

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.