@bramgeron/pi-continue
Pi extension for sending Continue steering messages
Package details
Install @bramgeron/pi-continue from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@bramgeron/pi-continue- Package
@bramgeron/pi-continue- Version
0.1.0- Published
- May 25, 2026
- Downloads
- 183/mo · 4/wk
- Author
- bramgeron
- License
- MIT OR Apache-2.0
- 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
@bramgeron/pi-continue
Install from npm after release:
pi install npm:@bramgeron/pi-continue
Command to steer the agent to continue with optional guidance:
/c <message>— send<message>. Continueas a steering message./continue <message>— alias for/c.
Run pi with the development version from the subdirectory:
pi -e ./pi-continue