diff --git a/README.md b/README.md index 29d5360..f079394 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,9 @@

- GLM CODING PLAN sponsor + Claude Code Router Desktop screenshot

-> **Sponsored by Z.ai.** This project is sponsored by Z.ai, supporting us with their GLM CODING PLAN. - -> GLM CODING PLAN is a subscription service designed for AI coding, starting at just $10/month. It provides access to their flagship GLM-4.7 & (GLM-5 Only Available for Pro Users) model across 10+ popular AI coding tools (Claude Code, Cline, Roo Code, etc.), offering developers top-tier, fast, and stable coding experiences. - -> Get 10% OFF GLM CODING PLAN: https://z.ai/subscribe?ic=8JVLJQFSKB - Claude Code Router Desktop is a local gateway and desktop control panel for routing agent requests from Claude Code, Codex, ZCode, and compatible clients to the model provider you actually want to use. CCR runs on your machine, keeps provider configuration in your local config directory, and exposes a local gateway at `http://127.0.0.1:3456`. @@ -178,6 +172,10 @@ Packaged builds check GitHub Releases for updates through `electron-updater`. Fo - [Project Motivation and How It Works](blog/en/project-motivation-and-how-it-works.md) - [Maybe We Can Do More with the Router](blog/en/maybe-we-can-do-more-with-the-route.md) +## Acknowledgements + +Codex support and Bot handoff are powered by [musistudio/codexl](https://github.com/musistudio/codexl). + ## Support & Sponsoring If you find this project helpful, please consider sponsoring its development. Your support is greatly appreciated. diff --git a/README_zh.md b/README_zh.md index d0c5cf0..4c07395 100644 --- a/README_zh.md +++ b/README_zh.md @@ -7,15 +7,9 @@

- GLM CODING PLAN 赞助 + Claude Code Router Desktop 项目截图

-> **Z智谱赞助支持。** 本项目由 Z智谱提供赞助,他们通过 GLM CODING PLAN 对本项目提供技术支持。 - -> GLM CODING PLAN 是专为 AI 编码打造的订阅套餐,每月最低仅需 20 元,即可在十余款主流 AI 编码工具如 Claude Code、Cline、Roo Code 中畅享智谱旗舰模型 GLM-4.7(受限于算力,目前仅限 Pro 用户开放),为开发者提供顶尖的编码体验。 - -> 智谱 AI 为本产品提供了特别优惠,使用以下链接购买可以享受九折优惠:https://www.bigmodel.cn/claude-code?ic=RRVJPB5SII - Claude Code Router Desktop 是一个本地网关和桌面控制台,用来把 Claude Code、Codex、ZCode 以及兼容客户端的 Agent 请求路由到你真正想使用的模型服务。 CCR 在你的本机运行,Provider 配置保存在本地配置目录,并默认暴露本地网关地址:`http://127.0.0.1:3456`。 @@ -178,6 +172,10 @@ macOS 打包 hook 会在产物生成前验证代码签名、公证票据 staplin - [项目动机和工作原理](blog/zh/项目初衷及原理.md) - [也许我们可以用路由器做更多事情](blog/zh/或许我们能在Router中做更多事情.md) +## 致谢 + +对 Codex 的支持以及 Bot handoff 来自于 [musistudio/codexl](https://github.com/musistudio/codexl) 这个项目。 + ## 支持与赞助 如果你觉得这个项目有帮助,欢迎赞助项目开发。非常感谢你的支持。 diff --git a/blog/images/claude-code-router.png b/blog/images/claude-code-router.png new file mode 100644 index 0000000..c45ce43 Binary files /dev/null and b/blog/images/claude-code-router.png differ