@alexlikevibe/pi-load

/load command for pi – resume a shared session from a URL

Packages

Package details

extension

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

$ pi install npm:@alexlikevibe/pi-load
Package
@alexlikevibe/pi-load
Version
0.1.1
Published
May 25, 2026
Downloads
260/mo · 12/wk
Author
alexlikevibe
License
MIT
Types
extension
Size
8.4 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions/load/index.ts"
  ]
}

Security note

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

README

pi-load

npm version GitHub

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 link
  • https://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-load

Or add directly to your pi config.

Usage

/load https://pi.dev/session/#55817e280d94c4caefdbbf07bd539fca
/load https://gist.github.com/alice/55817e280d94c4caefdbbf07bd539fca

The 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 gh to be installed and authenticated (gh auth login)
  • Only works with sessions shared via pi's built-in /share command
  • systemPrompt and tools are regenerated from your own pi configuration