pi-tool-display-summary
v0.1.0
Published
Pi extension that adds model-written user-facing display summaries to tool calls.
Downloads
139
Maintainers
Readme
pi-tool-display-summary
Pi extension that adds a required displaySummary field to built-in tool calls.
The field is intended for UIs that consume Pi RPC events and want to show a human-friendly progress phrase instead of raw tool arguments. For example, a read call can include:
{
"path": "docs/us/raw/tax-code.pdf",
"displaySummary": "Checking the Colorado tax code"
}The extension strips displaySummary before delegating to Pi's original built-in tool implementations, so tool execution behavior is unchanged.
Usage
Run directly:
pi -e git:github.com/mertdeveci5/[email protected]Or install it:
pi install git:github.com/mertdeveci5/[email protected]Tools Wrapped
readbasheditwritegrepfindls
