@xl0/pi-ide-integration
Pi package template for an IDE integration extension.
Package details
Install @xl0/pi-ide-integration from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@xl0/pi-ide-integration- Package
@xl0/pi-ide-integration- Version
0.1.1- Published
- May 15, 2026
- Downloads
- not available
- Author
- xl0
- License
- MIT
- Types
- extension
- Size
- 12.9 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
ide-integration
Pi package template for an IDE integration extension.
Install
pi install npm:@xl0/pi-ide-integration
Or load without installing:
pi -e npm:@xl0/pi-ide-integration
Local development
bun install
bun run check
pi -e .
Structure
package.json— npm and Pi package manifestextensions/ide-integration/index.ts— extension entry point
