原始内容
pi-package-updater
Pi extension: startup update notifier + interactive changelog reviewer for outdated pi packages.
Features
- Startup notice — compares every installed pi package against the registry's
latestdist-tag and shows a one-line notice when updates exist. /updates [pkg]— full-screen pager with release notes per outdated package:↑↓scroll line-by-line,space/bpage,g/Gjump to top/bottom←→switch between packagesuupgrade the current package in-placeq/Escapeclose
- GitHub compare link — links to the full diff on GitHub when a repo is detected (tag format auto-detected from releases).
- Pin-aware — reads the real installed version from
node_modules, so pinned sources (npm:pkg@x.y.z) still surface newer releases.
Install
pi install npm:pi-package-updater
Development
npm install
npm test
License
MIT