pi-glitchgate

Pi coding agent extension providing access to Glitchgate models via API key authentication

Package details

extension

Install pi-glitchgate from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-glitchgate
Package
pi-glitchgate
Version
1.0.3
Published
Mar 30, 2026
Downloads
56/mo · 2/wk
Author
kmulliken
License
MIT
Types
extension
Size
9.7 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./dist"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

glitchgate-pi

Pi coding agent extension that provides access to Glitchgate models via API key authentication.

Setup

  1. Install the package alongside pi:

    npm install glitchgate-pi
    
  2. Set your API key:

    export GLITCHGATE_API_KEY="your-key-here"
    
  3. 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