From 963a0950fade9998621736b33d4bbdbb7f6e9ea9 Mon Sep 17 00:00:00 2001 From: Jianyang Zhao Date: Wed, 7 Jan 2026 20:02:50 -0500 Subject: [PATCH 1/4] Add Claude Proxy VSCode extension to README Added Claude Proxy VSCode extension to the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93cb125a..a7477404 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ Native macOS SwiftUI app for managing CLI AI sessions (Codex, Claude Code, Gemin Windows-native CLIProxyAPI fork with TUI, system tray, and multi-provider OAuth for AI coding tools - no API keys needed. +### [Claude Proxy VSCode](https://github.com/uzhao/claude-proxy-vscode) + +VSCode extension 'Claude Proxy' for quick switching between Claude Code models, featuring integrated CLIProxyAPI as its backend with automatic background lifecycle management. + > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From 3b484aea9e7149a2cd0d7411d248b95b29aba216 Mon Sep 17 00:00:00 2001 From: Jianyang Zhao Date: Wed, 7 Jan 2026 20:03:07 -0500 Subject: [PATCH 2/4] Add Claude Proxy VSCode to README_CN.md Added information about Claude Proxy VSCode extension. --- README_CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_CN.md b/README_CN.md index b15808f7..bf78bf7d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -125,6 +125,10 @@ CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户 原生 Windows CLIProxyAPI 分支,集成 TUI、系统托盘及多服务商 OAuth 认证,专为 AI 编程工具打造,无需 API 密钥。 +### [Claude Proxy VSCode](https://github.com/uzhao/claude-proxy-vscode) + +VSCode 扩展 Claude Proxy,提供了在 VSCode 中快速切换 Claude Code 模型的功能,内置 CLIProxyAPI 作为其后端,支持后台自动启动和关闭。 + > [!NOTE] > 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。 From 9fc2e1b3c8e5a479039dfa7bbd3a701ab5125f14 Mon Sep 17 00:00:00 2001 From: Jianyang Zhao Date: Wed, 7 Jan 2026 20:06:55 -0500 Subject: [PATCH 3/4] 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 a7477404..7875a989 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Windows-native CLIProxyAPI fork with TUI, system tray, and multi-provider OAuth ### [Claude Proxy VSCode](https://github.com/uzhao/claude-proxy-vscode) -VSCode extension 'Claude Proxy' for quick switching between Claude Code models, featuring integrated CLIProxyAPI as its backend with automatic background lifecycle management. +VSCode extension for quick switching between Claude Code models, featuring integrated CLIProxyAPI as its backend with automatic background lifecycle management. > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From cbcb061812d1eedf9b0e3b0682f4de00bdf04394 Mon Sep 17 00:00:00 2001 From: Jianyang Zhao Date: Wed, 7 Jan 2026 20:07:01 -0500 Subject: [PATCH 4/4] Update README_CN.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index bf78bf7d..fdc8d64c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -127,7 +127,7 @@ CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户 ### [Claude Proxy VSCode](https://github.com/uzhao/claude-proxy-vscode) -VSCode 扩展 Claude Proxy,提供了在 VSCode 中快速切换 Claude Code 模型的功能,内置 CLIProxyAPI 作为其后端,支持后台自动启动和关闭。 +一款 VSCode 扩展,提供了在 VSCode 中快速切换 Claude Code 模型的功能,内置 CLIProxyAPI 作为其后端,支持后台自动启动和关闭。 > [!NOTE] > 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。