Add ccg-router to Model Providers & Proxies#49
Open
linny006 wants to merge 1 commit into
Open
Conversation
Local Go daemon serving Codex CLI and Claude Code on one port, with a SQLite usage ledger per request. Apache-2.0.
Author
|
Quick update: just shipped v0.2.0 with streaming passthrough for both protocols (released today, https://github.com/XZXY-AI/ccg-router/releases/tag/v0.2.0). The "v0.1 = non-streaming" caveat in the entry text is no longer accurate — happy to edit the PR if helpful, or leave as-is since the entry description doesn't mention streaming. |
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.
Adds ccg-router under the Model Providers & Proxies section.
It's a local Go daemon that serves OpenAI-compatible
/v1/chat/completions(for Codex CLI) and Anthropic-compatible/v1/messages(for Claude Code) on one port, so both CLIs can share one routing config and one local SQLite usage ledger. Apache-2.0, single static binary.Why I think it fits this list:
OPENAI_BASE_URL=http://127.0.0.1:17180.router-for-me/CLIProxyAPI,lich0821/ccNexus, andicebear0828/codex-proxy, but with an explicit dual-CLI focus and a per-request local ledger.Format follows the section's existing convention (entry name, dash separator, value-led description, shields.io stars badge).
Checked: