@tombell/pi-input

Replace Pi's input editor with a boxed input field

Packages

Package details

extension

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

$ pi install npm:@tombell/pi-input
Package
@tombell/pi-input
Version
0.0.7
Published
May 31, 2026
Downloads
976/mo · 48/wk
Author
tombell
License
BSD-3-Clause
Types
extension
Size
4.4 KB
Dependencies
0 dependencies · 1 peer
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

@tombell/pi-input

Replace Pi's input editor with a boxed input field.

Features

  • Wraps the input editor with vertical borders on both sides.
  • Keeps existing keybindings, autocomplete, history, and IME behavior.
  • Drop-in replacement for the default editor.

Install

  • From npm: pi install npm:@tombell/pi-input
  • Local/quick test: pi -e path/to/pi-input