@alexlikevibe/pi-load
v0.1.1
Published
/load command for pi – resume a shared session from a URL
Readme
pi-load
A pi extension that adds a /load command for resuming shared sessions.
What it does
pi's /share command exports your session to a secret GitHub Gist and gives you two URLs:
https://pi.dev/session/#<id>— viewer linkhttps://gist.github.com/<user>/<id>— direct Gist link
With pi-load installed, the recipient can run /load <url> to resume the conversation
from where it left off.
Requirements
- GitHub CLI installed and logged in (
gh auth login)
Installation
pi install npm:@alexlikevibe/pi-loadOr add directly to your pi config.
Usage
/load https://pi.dev/session/#55817e280d94c4caefdbbf07bd539fca
/load https://gist.github.com/alice/55817e280d94c4caefdbbf07bd539fcaThe current session is replaced with the loaded one. Your local working directory is used as the session cwd (the sender's path is not preserved).
Notes
- Requires
ghto be installed and authenticated (gh auth login) - Only works with sessions shared via pi's built-in
/sharecommand systemPromptandtoolsare regenerated from your own pi configuration
