pi-reply

Browser reply workspace for quoting and steering Pi chats

Packages

Package details

extension

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

$ pi install npm:pi-reply
Package
pi-reply
Version
0.1.2
Published
Jul 6, 2026
Downloads
500/mo · 17/wk
Author
chronoap
License
MIT
Types
extension
Size
35.5 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

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

README

Pi Reply

Pi Reply adds a browser-based reply workspace for Pi chats, making it easier to respond to specific parts of long agent conversations.

Instead of typing a vague follow-up, you can highlight exact text from the chat, collect multiple quotes, write targeted replies for each one, and send them back to Pi as a structured response. This is especially useful for correcting mistakes, steering ongoing work, reviewing tool output, or replying to several points in one turn.

Features

  • Open with /reply
  • Browser chat view with selectable text
  • Floating Add quote button near your selection
  • Multiple quote/reply pairs in one message
  • Clear LLM: / User: formatting
  • Sends as steering while the agent is working
  • Quotes tool results, including edit diffs
  • Collapsed user/tool messages by default
  • Live chat updates via browser stream
  • Tab title follows the current conversation
  • Ctrl+Enter to send all replies

Install

pi install npm:pi-reply

For local development:

pi install /path/to/pi-reply

Usage

/reply

Highlight chat text, click Add quote, type your reply, then press Ctrl+Enter or click Reply.

Security

Pi extensions run with local system access. Review extension source before installing third-party packages.

License

MIT