@pi-lab/input-history
v1.0.0
Published
Cross-session input history navigation for pi coding agent
Readme
@pi-lab/input-history
Extends the up arrow key history from session-level to project-level.
Install
pi install npm:@pi-lab/input-historyWhat it does
By default, pressing ↑ in pi's input box only recalls messages from the current session. This plugin persists last submitted inputs to disk and shares them across every session in the same project.
Before: ↑ cycles through messages from the current session only.
After: ↑ cycles through the last 100 submitted messages in the project, across all sessions.
The behavior is otherwise identical — text is placed directly into the editor, one entry at a time.
