Skip to content

feat(ocx-kit): add cliproxy provider bundle#114

Closed
kdcokenny wants to merge 1 commit intomainfrom
feat/cliproxy-bundle
Closed

feat(ocx-kit): add cliproxy provider bundle#114
kdcokenny wants to merge 1 commit intomainfrom
feat/cliproxy-bundle

Conversation

@kdcokenny
Copy link
Owner

@kdcokenny kdcokenny commented Jan 26, 2026

Summary

Add CLIProxyAPI provider bundle to the ocx-kit registry.

What's Included

3 Providers, 26 Models:

Provider Models Description
`cliproxy-anthropic` 11 Claude Max + Antigravity
`cliproxy-google` 6 Gemini 2.5-3.0
`cliproxy-openai` 9 GPT 5-5.2

Installation

```bash
ocx registry add https://ocx-kit.kdco.dev --name kit --global
ocx add kit/cliproxy
export CLIPROXY_API_KEY="your-key"
```

Documentation

  • Subscription tiers (Claude Max, Antigravity, Google, OpenAI)
  • Model discovery with `opencode models` / `ocx oc -p models`
  • Customization guide (thinking budgets, reasoning effort)
  • Using with Quotio GUI wrapper
  • Troubleshooting

Checklist

  • Bundle builds successfully
  • README documentation complete
  • Provider configurations tested
  • Deploy to ocx-kit.kdco.dev

Summary by cubic

Adds a CLIProxy provider bundle to ocx-kit, registering Anthropic, Google, and OpenAI providers with preconfigured models. This lets ocx/opencode use CLIProxy-backed models with a simple install.

  • New Features

    • Bundle includes 3 providers and 26 models: Claude Max/Antigravity, Gemini 2.5–3, and GPT 5–5.2.
    • Defaults use 127.0.0.1:18317 (v1/v1beta) with CLIPROXY_API_KEY.
    • README covers install, model discovery, customization (thinking budgets, reasoning effort), Quotio usage, and troubleshooting.
  • Migration

Written for commit 40b2710. Summary will update on new commits.

Add CLIProxyAPI provider bundle with pre-configured models for:
- Anthropic (11 models): Claude Max + Antigravity (gemini-claude-*)
- Google (6 models): Gemini 2.5-3.0 family
- OpenAI (9 models): GPT 5-5.2 family

Includes comprehensive documentation for:
- Installation and setup
- Subscription tiers explanation
- Model discovery with opencode/ocx commands
- Customization (thinking budgets, reasoning effort)
- Using with Quotio GUI wrapper
- Troubleshooting guide
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 26, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ocx-kit 40b2710 Commit Preview URL

Branch Preview URL
Jan 26 2026, 03:10 PM

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.05%. Comparing base (f9bc4ff) to head (40b2710).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #114   +/-   ##
=======================================
  Coverage   48.05%   48.05%           
=======================================
  Files          46       46           
  Lines        4903     4903           
=======================================
  Hits         2356     2356           
  Misses       2547     2547           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kdcokenny
Copy link
Owner Author

kdcokenny commented Jan 31, 2026

Replaced by #118

@kdcokenny kdcokenny closed this Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant