Personal extensions for the Pi coding agent.
| Extension | What it does |
|---|---|
pi-hashtag-snippets |
Adds #tag-style snippet expansion to prompts with live autocomplete — type #your-tag and it expands to your configured text at submit time. |
pi-debrief |
Adds a /debrief command that generates a single-page HTML briefing document summarising significant work — so you can orient, assess, and decide without reading walls of terminal output. |
pi-delegate |
Adds a /delegate command that summarises the current pi conversation and creates a GitHub issue for GitHub Copilot Coding Agent. |
pi-copilot-multiplier |
Show GitHub Copilot premium request multipliers for models when selecting a model and persists as a footer. |
pi-windows-bash-guard |
Prevents Windows-specific cmd.exe habits from leaking into pi's bash tool and rewrites common nul usages safely. |
pi-webui |
Launches a browser session viewer built on Pi's export-html UI, with prompt/abort controls, and auto-refresh after runs. |