Wasabi is a minimal Pi extension package. Its first milestone registers a single /hello command so the repository structure, package manifest, and local development loop can be verified before any larger features are added.
- Node.js 22.19.0 or newer
- npm
- Pi 0.80.10 or newer, installed from
@earendil-works/pi-coding-agent
From a fresh checkout, install the locked dependencies:
npm ciUse npm install instead when intentionally updating dependencies and the lockfile.
npm run checkInstall all Wasabi extensions from GitHub:
pi install git:github.com/kc-ml2/WasabiAfter installation, use pi config to enable or disable individual extensions.
Load the package root so Pi validates the extension declaration in package.json:
pi --offline --no-session --no-extensions -e .At the Pi prompt, run:
/hello
Pi should display:
Hello! Wasabi is running.
This command does not call a model or persist session state.