pi-exit-cmd
Adds an /exit command that gracefully exits the Pi coding agent
Package details
Install pi-exit-cmd from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-exit-cmd- Package
pi-exit-cmd- Version
1.0.2- Published
- Aug 30, 2026
- Downloads
- 114/mo · 114/wk
- Author
- shakthi-sagar
- License
- MIT
- Types
- extension
- Size
- 2.7 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-exit-cmd
A small Pi extension that adds /exit as a graceful exit command.
Install
pi install npm:pi-exit-cmd
Restart Pi (or run /reload), then enter:
/exit
Pi waits until any active work settles and then shuts down cleanly.