cline-pi

Cline provider extension for pi with dynamic model fetching and dual auth

Packages

Package details

extension

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

$ pi install npm:cline-pi
Package
cline-pi
Version
0.1.4
Published
Jul 27, 2026
Downloads
459/mo · 56/wk
Author
jh0nz
License
MIT
Types
extension
Size
14.8 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "image": "https://raw.githubusercontent.com/jh0nz/cline-pi/main/cline-logo.png",
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

cline-pi

Cline provider extension for pi with dynamic model fetching and dual auth.

Install

pi install npm:cline-pi                  # from npm
pi install git:github.com/jh0nz/cline-pi # from GitHub
pi -e npm:cline-pi                       # one-shot from npm
pi -e git:github.com/jh0nz/cline-pi      # one-shot from GitHub

Auth

  • Set $CLINE_API_KEY env var → auto-authenticated, no login prompt
  • Run /login → choose Cline → pick API key or Sign in with an account (WorkOS OAuth)

Models

Fetched live from Cline's model catalog at startup (1h disk cache). 346+ models including free, usage-billing, and ClinePass models in one unified list.

Development

git clone git@github.com:jh0nz/cline-pi.git
cd cline-pi
pi install .