@ar-llm/pi-handoff

Pi extension that transfers context to a new focused session via /handoff, extracting what matters and generating a continuation prompt.

Packages

Package details

extension

Install @ar-llm/pi-handoff from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@ar-llm/pi-handoff
Package
@ar-llm/pi-handoff
Version
0.4.1
Published
Aug 4, 2026
Downloads
227/mo · 165/wk
Author
arichiardi
License
MIT
Types
extension
Size
16.5 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./src/handoff.ts"
  ]
}

Security note

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

README

@ar-llm/pi-handoff

MIT

Pi extension that transfers context to a new focused session via /handoff. Extracts what matters and drafts a continuation prompt in the editor.

Install

pi install 'npm:@ar-llm/pi-handoff'

Or try without installing:

pi -e 'npm:@ar-llm/pi-handoff'

License

MIT — derived from earendil-works/pi, copyright Mario Zechner.