Skip to content

Feature Request: Add ClinePass provider support #1786

Description

@jellydn

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:

  • 5-hour rolling window — usage within a rolling 5-hour period
  • Weekly — usage over the calendar week
  • Monthly — usage over the calendar month

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

  • ClinePass reuses Cline's existing WorkOS OAuth credentials (same auth token storage as the cline provider)
  • CodexBar's existing Cline provider already handles this OAuth flow — ClinePass can likely reuse it with a separate provider config entry

API Endpoints (sourced from cline/cline source)

  • GET /api/v1/users/{uid}/balance — credit balance / subscription status
  • GET /api/v1/users/{uid}/usages — usage transactions
  • Base URL: https://api.cline.bot
  • Auth: Authorization: Bearer <token> (same Bearer token as Cline provider)

Models (10 models, cline-pass/ prefix)

Model Model ID
GLM-5.2 cline-pass/glm-5.2
Kimi K2.7 Code cline-pass/kimi-k2.7-code
Kimi K2.6 cline-pass/kimi-k2.6
DeepSeek V4 Pro cline-pass/deepseek-v4-pro
DeepSeek V4 Flash cline-pass/deepseek-v4-flash
MiMo-V2.5 cline-pass/mimo-v2.5
MiMo-V2.5-Pro cline-pass/mimo-v2.5-pro
MiniMax M3 cline-pass/minimax-m3
Qwen3.7 Max cline-pass/qwen3.7-max
Qwen3.7 Plus cline-pass/qwen3.7-plus

Potential approach

Mirror the existing Cline provider implementation, creating a ClinePass provider that:

  1. Shares the WorkOS OAuth credentials with Cline
  2. Fetches usage from the ClinePass-specific endpoints above
  3. Displays the three usage windows (5-hour / weekly / monthly)

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper 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.impact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions