diff --git a/README.md b/README.md index 92f2e3f..16ad5a8 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ Codex supports `openai_base_url` for custom model providers. Use any OpenAI-comp - [lzjever/air-gapped](https://github.com/lzjever/air-gapped) - Portable Codex CLI + vLLM for air-gapped/offline use. ![GitHub stars](https://img.shields.io/github/stars/lzjever/air-gapped?style=flat-square) - [maksimzayats/acodex](https://github.com/maksimzayats/acodex) - Typed Python SDK for the Codex CLI (sync/async, streaming JSONL events, structured items). ![GitHub stars](https://img.shields.io/github/stars/maksimzayats/acodex?style=flat-square) - [icebear0828/codex-proxy](https://github.com/icebear0828/codex-proxy) - Lightweight local relay that converts Codex Desktop's Responses API to multiple protocol interfaces (OpenAI, Anthropic, Gemini). ![GitHub stars](https://img.shields.io/github/stars/icebear0828/codex-proxy?style=flat-square) +- [XZXY-AI/ccg-router](https://github.com/XZXY-AI/ccg-router) - Local Go daemon serving Codex CLI (OpenAI-compatible) and Claude Code (Anthropic-compatible) on one port. SQLite usage ledger per request, three routing strategies (prefer-cheaper / prefer-capable / round-robin), no hosted control plane. ![GitHub stars](https://img.shields.io/github/stars/XZXY-AI/ccg-router?style=flat-square) ## CI/CD & Automation