From 5ffbd5475585456953b3691425e6d7335702b9f1 Mon Sep 17 00:00:00 2001 From: huynhgiabuu Date: Sat, 6 Dec 2025 13:45:49 +0700 Subject: [PATCH 1/3] docs: add ProxyPal to 'Who is with us?' section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9584fba4..45f60822 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,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 +### [ProxyPal](https://github.com/heyhuynhgiabuu/proxypal) + +Native macOS app with GUI to manage CLIProxyAPI - configure providers, model mappings, and multiple OpenAI-compatible endpoints with a modern interface + > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From c04c3832a4412b7917972be144f1e9eb9060fd7f Mon Sep 17 00:00:00 2001 From: Huynh Gia Buu Date: Sat, 6 Dec 2025 13:48:08 +0700 Subject: [PATCH 2/3] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f60822..abcb8338 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ CLI wrapper for instant switching between multiple Claude accounts and alternati ### [ProxyPal](https://github.com/heyhuynhgiabuu/proxypal) -Native macOS app with GUI to manage CLIProxyAPI - configure providers, model mappings, and multiple OpenAI-compatible endpoints with a modern interface +Native macOS GUI for managing CLIProxyAPI: configure providers, model mappings, and endpoints via OAuth - no API keys needed. > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From 56b4d7a76ecb42b279986d1286771b65dd8893e1 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Sun, 7 Dec 2025 01:13:30 +0800 Subject: [PATCH 3/3] docs(readme): add ProxyPal CLIProxyAPI GUI to project list --- README_CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_CN.md b/README_CN.md index d6c0c9bf..b6abafcf 100644 --- a/README_CN.md +++ b/README_CN.md @@ -93,6 +93,10 @@ CLIProxyAPI 已内置对 [Amp CLI](https://ampcode.com) 和 Amp IDE 扩展的支 CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户和替代模型(Gemini, Codex, Antigravity),无需 API 密钥。 +### [ProxyPal](https://github.com/heyhuynhgiabuu/proxypal) + +基于 macOS 平台的原生 CLIProxyAPI GUI:配置供应商、模型映射以及OAuth端点,无需 API 密钥。 + > [!NOTE] > 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。