From 2a7fd1e8972c29ad5cfaa584228e972da56f1a65 Mon Sep 17 00:00:00 2001 From: Loocor Date: Fri, 2 Jan 2026 17:15:09 +0800 Subject: [PATCH 1/2] Add CodMate description to README_CN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 CodMate 应用的描述,提供 CLI AI 会话管理功能。 --- README_CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_CN.md b/README_CN.md index d89a360c..f8d9fe56 100644 --- a/README_CN.md +++ b/README_CN.md @@ -109,6 +109,10 @@ CLIProxyAPI 已内置对 [Amp CLI](https://ampcode.com) 和 Amp IDE 扩展的支 CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户和替代模型(Gemini, Codex, Antigravity),无需 API 密钥。 +### [CodMate](https://github.com/loocor/CodMate) + +原生 macOS SwiftUI 应用,用于管理 CLI AI 会话(Claude Code、Codex、Gemini CLI),提供统一的提供商管理、Git 审查、项目组织、全局搜索和终端集成。集成 CLIProxyAPI 为 Codex、Claude、Gemini、Antigravity 和 Qwen Code 提供统一的 OAuth 认证,支持内置和第三方提供商通过单一代理端点重路由 - OAuth 提供商无需 API 密钥。 + ### [ProxyPal](https://github.com/heyhuynhgiabuu/proxypal) 基于 macOS 平台的原生 CLIProxyAPI GUI:配置供应商、模型映射以及OAuth端点,无需 API 密钥。 From dca8d5ded88c0b58565af45dfef16596eb6949ae Mon Sep 17 00:00:00 2001 From: Loocor Date: Fri, 2 Jan 2026 17:15:38 +0800 Subject: [PATCH 2/2] Add CodMate app information to README Added CodMate section to README with app details. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b4d9abc..9283be03 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ Browser-based tool to translate SRT subtitles using your Gemini subscription via CLI wrapper for instant switching between multiple Claude accounts and alternative models (Gemini, Codex, Antigravity) via CLIProxyAPI OAuth - no API keys needed +### [CodMate](https://github.com/loocor/CodMate) + +Native macOS SwiftUI app for managing CLI AI sessions (Codex, Claude Code, Gemini CLI) with unified provider management, Git review, project organization, global search, and terminal integration. Integrates CLIProxyAPI to provide OAuth authentication for Codex, Claude, Gemini, Antigravity, and Qwen Code, with built-in and third-party provider rerouting through a single proxy endpoint - no API keys needed for OAuth providers. + ### [ProxyPal](https://github.com/heyhuynhgiabuu/proxypal) Native macOS GUI for managing CLIProxyAPI: configure providers, model mappings, and endpoints via OAuth - no API keys needed.