@zigai/pi-prompt-history

Pi package that restores current-session prompt history in the prompt editor.

Packages

Package details

extension

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

$ pi install npm:@zigai/pi-prompt-history
Package
@zigai/pi-prompt-history
Version
0.1.12
Published
Aug 11, 2026
Downloads
471/mo · 222/wk
Author
zigai
License
MIT
Types
extension
Size
6.5 KB
Dependencies
0 dependencies · 2 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 Prompt History

Current-session prompt history for Pi's prompt editor.

Install

pi install npm:@zigai/pi-prompt-history

Features

  • Restores user prompt history from the current session's active branch.
  • Keeps prompt recall isolated from every other session, including sessions in the same project.
  • Preserves Pi app-level editor keybindings while augmenting the editor history.

License

MIT