Draft
Conversation
- Add cliproxy plugin for CLIProxyAPI integration
- Support flexible credential sources: raw string, {env:VAR}, {file:PATH}
- Auto-discover models from proxy API
- Inject providers via config hook (anthropic, google, openai)
- Allow empty API key for unsecured local proxies
- Fail fast on malformed JSONC config
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ocx-kit | 6321c3a | Commit Preview URL Branch Preview URL |
Jan 31 2026, 11:56 AM |
4 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
=======================================
Coverage 48.05% 48.05%
=======================================
Files 46 46
Lines 4903 4903
=======================================
Hits 2356 2356
Misses 2547 2547 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the cliproxy plugin to OCX Kit registry for CLIProxyAPI integration.
Features
{env:VAR}, and{file:PATH}Config Example
{ "url": "http://localhost:8317", "apiKey": "{env:CLIPROXY_API_KEY}", "prefix": "cliproxy" }Usage
ocx add kit/cliproxy.opencode/cliproxy.jsoncexport CLIPROXY_API_KEY=your-keyFiles Changed
workers/ocx-kit/files/plugin/cliproxy.ts- Main pluginworkers/ocx-kit/files/plugin/cliproxy.jsonc- Config templateworkers/ocx-kit/registry.jsonc- Registry entrySummary by cubic
Adds the cliproxy plugin to OCX Kit for CLIProxyAPI integration, with automatic model discovery and provider injection. Enables flexible credentials and simple setup for local or secured proxies.
New Features
Migration
Written for commit 6321c3a. Summary will update on new commits.