Skip to content

ocherry341/pi-lab

Repository files navigation

pi-lab

This is a personal collection of extensions for pi coding agent. For the official repository, see badlogic/pi-mono.

A collection of pi coding agent extensions, packaged for pi install.

Packages

Package Description
@pi-lab/permissions Permission system — enforce allow / deny / ask rules on tool calls
@pi-lab/input-history Cross-session input history — recalls inputs across all sessions in the same project
@pi-lab/webfetch Fetch any URL and get back clean Markdown, with pagination, inline script index, and LRU cache

Install

Each package can be installed individually:

pi install npm:@pi-lab/permissions

Or pin to a git ref:

pi install git:github.com/ocherry341/pi-lab@main

Development

pnpm install

# type-check all packages
pnpm typecheck

# test an extension locally without installing
pi -e ./packages/<name>/src/index.ts

# test the compiled output
cd packages/<name>
pnpm build
pi -e ./dist/index.mjs

About

A collection of extensions for the pi coding agent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors