Skip to content

Repository files navigation

Wasabi

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.

Requirements

  • Node.js 22.19.0 or newer
  • npm
  • Pi 0.80.10 or newer, installed from @earendil-works/pi-coding-agent

Install

From a fresh checkout, install the locked dependencies:

npm ci

Use npm install instead when intentionally updating dependencies and the lockfile.

Check

npm run check

Install in Pi

Install all Wasabi extensions from GitHub:

pi install git:github.com/kc-ml2/Wasabi

After installation, use pi config to enable or disable individual extensions.

Run

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.

About

Super great coding helper

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages