pi-agent-session-recap

Live task summary and detailed idle-session recap extension for the Pi coding agent.

Packages

Package details

extension

Install pi-agent-session-recap from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-agent-session-recap
Package
pi-agent-session-recap
Version
0.1.0
Published
Aug 26, 2026
Downloads
130/mo · 130/wk
Author
daived001
License
MIT
Types
extension
Size
20.6 KB
Dependencies
0 dependencies · 3 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-agent-session-recap

Keep a Pi coding-agent window understandable during long-running work. The extension shows a compact live task summary and can generate a detailed recap after an idle period.

Install

pi install npm:pi-agent-session-recap

Usage

  • A short task summary is refreshed from top-level user input.
  • /recap generates a detailed recap of the current session.
  • An automatic detailed recap is scheduled after 30 idle minutes.
  • Set PI_RECAP_IDLE_MINUTES to change the idle delay.

Summary generation uses the model currently selected in Pi and stores recap data in the session transcript.

License

MIT