@artale/pi-session-replay

Browse, search, and replay past Pi sessions. Find that conversation where you fixed the auth bug.

Packages

Package details

extension

Install @artale/pi-session-replay from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-session-replay
Package
@artale/pi-session-replay
Version
1.0.0
Published
Jul 5, 2026
Downloads
84/mo · 9/wk
Author
artale
License
MIT
Types
extension
Size
13.3 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "src/extension.ts"
  ],
  "tools": [],
  "commands": [
    "sessions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-session-replay

Browse, search, and replay past Pi sessions. Find that conversation where you fixed the auth bug.

Install

pi install npm:@artale/pi-session-replay

Tools

Tool Description
session_list List recent sessions with metadata
session_search Full-text search across all sessions
session_detail Full conversation timeline of a session
session_stats Aggregate stats: models, daily counts, totals

Commands

  • /sessions — list recent sessions
  • /sessions search <query> — search past sessions
  • /sessions stats — aggregate stats
  • /sessions detail <name> — view full timeline

License

MIT