Pi extension for session handoff workflows.
/handoffcommand- summarizes current thread into a structured draft
- creates a new session with parent linkage
- pre-fills editor in new session
- auto-submits after 10s (cancel with
Esc, stop by typing)
session_querytool- query facts from prior
.jsonlsession files - path guardrails for sessions directory
- query facts from prior
- Clone this repo.
- Copy
index.tsto:~/.pi/agent/extensions/handoff/index.ts
- Restart pi.
- In a session:
/handoff <goal> - In new thread, when needed: call
session_querywith parent session path.
- Requires model access for generation/query (
@mariozechner/pi-aicomplete API). - Extension targets pi coding agent extension API (
@mariozechner/pi-coding-agent).