@alexanderfortin/pi-loaded-tools
v0.4.8
Published
Pi coding agent extension for listing loaded tools with source provenance
Maintainers
Readme
pi-loaded-tools
Pi coding agent extension to list session's loaded tools.
Pi currently doesn't show this important information at startup nor elsewhere, installing this extension will show tools list at startup:

Ctrl+O to expand to show active/inactive status and source labels (printable on demand with the /tools registered command):

Install
From npm
pi install npm:@alexanderfortin/pi-loaded-toolsFrom github
pi install git:github.com/shaftoe/pi-loaded-tools[!NOTE] You might want to update
~/.pi/agent/settings.jsonto ensurepi-loaded-toolsis loaded last so to be able to show all available tools registered by other extensions too
Usage
Run /tools inside a pi session to see the list of loaded tools.
/tools # List all loaded tools with source provenanceReleasing
This project uses automated publishing to NPM via GitHub Actions. The workflow will:
- Run all CI checks
- Build the package
- Publish to NPM with provenance (signed) via trusted publishing
License
See LICENSE
