pi-autopilot-complete
Pi extension that adds a complete tool and autopilot loop so the model keeps working until it explicitly completes
Package details
Install pi-autopilot-complete from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-autopilot-complete- Package
pi-autopilot-complete- Version
0.1.0- Published
- Apr 30, 2026
- Downloads
- not available
- Author
- cloveland
- License
- MIT
- Types
- extension
- Size
- 7.1 KB
- Dependencies
- 0 dependencies · 2 peers
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-autopilot-complete
Pi extension that:
- adds a
completetool - nudges the model to keep working until it calls
complete - supports
/autopilot on|off|toggle|status - persists autopilot state in the session
Local test
pi -e ./pi-packages/pi-autopilot-complete
Install from local path
pi install ./pi-packages/pi-autopilot-complete