@zigai/pi-response-renderer

Pi package that makes assistant responses more compact.

Packages

Package details

extension

Install @zigai/pi-response-renderer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zigai/pi-response-renderer
Package
@zigai/pi-response-renderer
Version
0.1.17
Published
Jul 12, 2026
Downloads
1,236/mo · 137/wk
Author
zigai
License
MIT
Types
extension
Size
406.1 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "image": "https://raw.githubusercontent.com/zigai/pi-tweaks/master/packages/pi-response-renderer/assets/response-renderer-after.png",
  "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 Response Renderer

Compact assistant response rendering for Pi.

It applies a few small rendering tweaks:

  • hides the visible ``` fence lines around rendered Markdown code blocks in assistant messages
  • collapses paragraph gaps without squeezing tables or headings
  • removes italic ANSI styling from assistant message output

Install

pi install npm:@zigai/pi-response-renderer

The extension only changes how messages are rendered in the UI. It does not rewrite saved conversation content.

Screenshots

Before:

Pi Response Renderer before screenshot

After:

Pi Response Renderer after screenshot

License

MIT