@smoose/pi-beautify

Small visual polish extensions for pi coding agent

Packages

Package details

extension

Install @smoose/pi-beautify from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@smoose/pi-beautify
Package
@smoose/pi-beautify
Version
0.1.3
Published
Jun 4, 2026
Downloads
not available
Author
smoose
License
MIT
Types
extension
Size
14.2 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "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-beautify

A small pi extension for visual polish.

Clipboard image chips

Pi currently pastes clipboard images as long temporary file paths. This extension replaces newly pasted pi-clipboard-* paths in the editor with compact chips like [image:1], then turns those chips back into attached image content before the prompt is sent.

Installation

pi install npm:@smoose/pi-beautify