@zigai/pi-trust
Pi extension that automatically trusts project-local inputs.
Package details
Install @zigai/pi-trust from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@zigai/pi-trust- Package
@zigai/pi-trust- Version
0.1.1- Published
- Jun 8, 2026
- Downloads
- not available
- Author
- zigai
- License
- MIT
- Types
- extension
- Size
- 1.7 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Pi Trust
This Pi extension automatically approves project trust prompts for project-local inputs.
Install
pi install npm:@zigai/pi-trust
Or install the full tweak bundle:
pi install git:github.com/zigai/pi-tweaks
Behavior
When Pi asks whether to trust a project folder, this extension answers yes for the current Pi process. This allows Pi to load project-local instructions, settings, resources, packages, and extensions without showing the built-in trust prompt.
Use this only for machines and project folders you trust.