pi-history-browser

Interactive TUI browser for viewing and resuming Pi coding agent session history.

Packages

Package details

extension

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

$ pi install npm:pi-history-browser
Package
pi-history-browser
Version
0.1.0
Published
Aug 26, 2026
Downloads
128/mo · 128/wk
Author
daived001
License
MIT
Types
extension
Size
21.4 KB
Dependencies
0 dependencies · 2 peers
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

pi-history-browser

Browse Pi coding agent sessions inside the TUI, inspect their conversation transcript, and resume a selected session without leaving the terminal.

Install

pi install npm:pi-history-browser

Usage

/history
/history all
/history project

The browser supports keyboard and mouse-wheel navigation, optional tool-call details, project filtering, transcript viewing, and session resume.

License

MIT