SpecPi 0.15.0
SpecPi now supports Chat in VS Code through a separately installed extension.
- Stream replies, attach files and images, handle approvals, and switch models from the sidebar.
- Keep independent conversations running, search history, and branch or edit earlier prompts. Conversations share workspace files; branching does not undo code changes.
- See reports from installed Codex Usage and pi-usage plugins in an expandable Limits row.
- Use Pi's guard, task handoff, challenge, and wishlist dialogs over RPC.
- Configure delegation timeouts with
/delegate timeout <minutes>; the default is now 10 minutes. This carries forward the unpublished 0.14.0 changes.
Install or update
npm install --global specpi@0.15.0Run specpi install for a new setup, or specpi update for an existing one, then restart Pi.
For VS Code, download specpi-chat-0.3.1.vsix below and choose Extensions: Install from VSIX. The extension and npm package are installed separately.