@arvoretech/pi-changes-tracker
PI extension that shows changed repos and files with /changed and /changes commands
Package details
Install @arvoretech/pi-changes-tracker from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@arvoretech/pi-changes-tracker- Package
@arvoretech/pi-changes-tracker- Version
0.1.1- Published
- Jun 23, 2026
- Downloads
- 202/mo · 15/wk
- Author
- joao.barros.arvore
- License
- MIT
- Types
- extension
- Size
- 14.9 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./dist/index.js"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@arvoretech/pi-changes-tracker
PI extension that shows changed repos and files across a multi-repo workspace.
Commands
/changed— Shows a summary of repos and files with uncommitted changes, including+N -Nper file/changes— Opens a full-screen scrollable diff viewer with syntax highlighting
Features
- Auto-discovers git repositories up to 2 levels deep
- Aggregates changes across all sub-repos
- Shows untracked files marked as
new - Color-coded diff viewer (green for additions, red for removals)
- Keyboard navigation:
j/k,↑/↓,space/bfor page,q/escto close
Install
pi install @arvoretech/pi-changes-tracker