A live dashboard that streams the PI coding agent into the browser. Built with Bun, Hono, React 19, Tailwind v4, and SQLite.
- Project/session management with live WebSocket streaming
- Real-time tool-call display: read, bash, edit, write, grep, find, ls
- Toggleable thinking/reasoning visibility
- In-stream steering and abort controls
bunhonoreactwebsocketsqlite
PI extension that brings in-process tree-sitter diagnostics and compiler-backed type checking straight into the agent context.
- Parses changed files after every edit/write and injects diagnostics
- 80+ languages via in-process WASM parser
- Go-to-definition, references, hover, document symbols
- Two-tier validation: tree-sitter instant + compiler accurate
typescripttree-sitterlspwasm
A focused tool-suite that extends the agent with structured code search, semantic git ops, security scanning, and multi-file refactor orchestration.
- patch — unified-diff apply with auto-locate
- outline — file structure without implementation noise
- rg / find — structured code search
- test / validate / build — detect, run, and report failures
agent-toolinggitsecurityrefactoring
PI extension that replaces the built-in bash tool with native PowerShell on Windows and routes !command / !!command shortcuts through PowerShell.
- Native PowerShell execution on Windows agents
- Shortcut routing for !command and !!command
- Seamless integration with existing tool-call schema
powershellwindowsagent-extension
An early-testing platform aimed at enterprise hosts and game communities. Multi-node lifecycle, Rust game-node agent, live console streaming, and a plugin system.
- Docker/Podman Compose deployment with one-line install
- Rust game-node agent talking to the backend over WebSocket
- Multi-node server lifecycle with container isolation
- Live console streaming via WebSockets (<10ms target latency)
typescriptrustfastifycontainerdpostgresqlredis