@normful/pi-parrot
Open the last AI response in your external editor, then send the edited text back to the chat
Package details
Install @normful/pi-parrot from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@normful/pi-parrot- Package
@normful/pi-parrot- Version
0.1.0- Published
- Sep 11, 2026
- Downloads
- 161/mo · 161/wk
- Author
- normful
- License
- MIT
- Types
- extension
- Size
- 15.2 KB
- Dependencies
- 2 dependencies · 4 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
],
"image": "https://media.githubusercontent.com/media/normful/pi-bakery/main/screenshots/parrot.png"
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@normful/pi-parrot
Edit the last AI response in your editor. Saving and exiting your editor will automatically send your next as the next chat message.
Installation
pi install npm:@normful/pi-parrot
Usage
/parrot
Additionally, you can launch it a keyboard shortcut (see shortcut configuration below).
Configuration
The configuration file is entirely optional. Save it to ~/.config/pi-parrot/config.json with contents like:
{
"shortcut": "alt+r",
"editor": "nvim"
}
shortcut accepts any keys that Pi accepts in keybindings docs.
If editor is unset, the extension uses the $VISUAL or $EDITOR environment variables.
