-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature Request: Add ClinePass provider support #1786
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.This issue is about auth, provider routing, model choice, or SecretRef resolution.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Description
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.This issue is about auth, provider routing, model choice, or SecretRef resolution.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
What
Add ClinePass as a new provider in CodexBar — a $9.99/month subscription from Cline that provides 2-5x API rate limits for popular open coding models.
ClinePass was officially released on June 29, 2026 and is already available in Cline CLI v3.0.28+ and the VS Code extension.
Why
Users who subscribe to ClinePass need to track their usage against three windows:
This is the exact kind of usage visibility that CodexBar excels at. CodexBar already supports similar pass/subscription patterns (e.g., Kilo Pass / Kilo provider) and has an existing Cline provider that shares the same auth infrastructure — making this a natural extension.
How / Implementation Notes
Auth
clineprovider)API Endpoints (sourced from cline/cline source)
GET /api/v1/users/{uid}/balance— credit balance / subscription statusGET /api/v1/users/{uid}/usages— usage transactionshttps://api.cline.botAuthorization: Bearer <token>(same Bearer token as Cline provider)Models (10 models,
cline-pass/prefix)cline-pass/glm-5.2cline-pass/kimi-k2.7-codecline-pass/kimi-k2.6cline-pass/deepseek-v4-procline-pass/deepseek-v4-flashcline-pass/mimo-v2.5cline-pass/mimo-v2.5-procline-pass/minimax-m3cline-pass/qwen3.7-maxcline-pass/qwen3.7-plusPotential approach
Mirror the existing Cline provider implementation, creating a
ClinePassprovider that:References