@zigai/pi-prompt-history
Pi package that adds cross-session prompt history to the prompt editor.
Package details
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.6- Published
- Jun 14, 2026
- Downloads
- 546/mo · 546/wk
- Author
- zigai
- License
- MIT
- Types
- extension
- Size
- 10.3 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
This Pi extension adds cross-session prompt history to the prompt editor.
Install
pi install npm:@zigai/pi-prompt-history
Features
- Loads recent prompt history from current and previous sessions for the same working directory.
- Keeps prompt recall scoped to the project you are working in.
- Preserves Pi app-level editor keybindings while augmenting the editor history.
License
MIT