@ahkohd/pi-oyo
Pi package providing oyo diff/review commands
Package details
Install @ahkohd/pi-oyo from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ahkohd/pi-oyo- Package
@ahkohd/pi-oyo- Version
0.1.30- Published
- Apr 6, 2026
- Downloads
- 95/mo · 8/wk
- Author
- ahkohd
- License
- MIT
- Types
- extension
- Size
- 4.6 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-oyo
Pi package that adds oy-backed /diff and /review commands.
Install
From npm:
pi install npm:@ahkohd/pi-oyo
From a local checkout:
pi install ./packages/pi-oyo
Requirements
oyavailable inPATH
Commands
/diff [oy args...]- Opens
oyand returns to Pi
- Opens
/review [oy args...]- Opens
oy, captures comments on quit, and pastes them into the editor
- Opens
/review temp [oy args...]- Same as
/review, but runs an ephemeral session (--no-review-persist)
- Same as
/review new [oy args...]- Same as
/review, but clears saved session state first (--clear-review-session)
- Same as