Extensions and prompt templates for the Pi coding agent.
| Name | Type | Description |
|---|---|---|
| permission | Extension | Permission control for bash commands with whitelist/blacklist rules |
| AGENTS.md | Config | Agent conventions and project layout guide |
pi install git:github.com/patextreme/agent-modIntercepts bash tool calls and applies regex-based permission rules:
allow- proceed without promptingask- prompt user for confirmationdeny- block immediately
Rules are processed in reverse order (later patterns override earlier ones).
npm install
npm run format
npm run lint
npm run typecheckMIT