pi-agent-quiet-tools

Compact successful built-in tool rendering for the Pi coding agent TUI while keeping errors visible.

Packages

Package details

extension

Install pi-agent-quiet-tools from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-agent-quiet-tools
Package
pi-agent-quiet-tools
Version
0.1.0
Published
Aug 26, 2026
Downloads
137/mo · 137/wk
Author
daived001
License
MIT
Types
extension
Size
7.7 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-agent-quiet-tools

Reduce visual noise from Pi's built-in tools without changing their execution or model-visible results.

Install

pi install npm:pi-agent-quiet-tools

Behavior

  • Successful tool results are collapsed by default.
  • Error results remain visible.
  • Long Bash calls show a five-line preview.
  • Ctrl+O expands or collapses tool details using Pi's native control.
  • /quiet-tools displays a short usage reminder.

This package changes TUI rendering only. It does not compact, truncate, or rewrite tool output in the model context.

License

MIT