pi-glitchgate
v1.0.3
Published
Pi coding agent extension providing access to Glitchgate models via API key authentication
Maintainers
Readme
glitchgate-pi
Pi coding agent extension that provides access to Glitchgate models via API key authentication.
Setup
Install the package alongside pi:
npm install glitchgate-piSet your API key:
export GLITCHGATE_API_KEY="your-key-here"Load the extension with pi:
pi -e ./node_modules/glitchgate-pi
How It Works
On startup, the extension fetches the list of available models from the Glitchgate API and registers them as an OpenAI-compatible provider. Models are dynamically discovered — no hardcoding required.
License
MIT
