From 8549a92e9a2e47b3353d36ada7018bb02b46a31b Mon Sep 17 00:00:00 2001 From: Tubagus <54710482+0xtbug@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:29:22 +0700 Subject: [PATCH 1/4] docs(readme): add ZeroLimit to projects based on CLIProxyAPI Added ZeroLimit app to the list of projects in README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7875a989..07d47905 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ Windows-native CLIProxyAPI fork with TUI, system tray, and multi-provider OAuth VSCode extension for quick switching between Claude Code models, featuring integrated CLIProxyAPI as its backend with automatic background lifecycle management. +### [ZeroLimit](https://github.com/0xtbug/zero-limit) + +Windows desktop app built with Tauri + React for monitoring AI coding assistant quotas. Track usage across Gemini, Claude, OpenAI Codex, and Antigravity accounts with real-time dashboard, system tray integration, and one-click proxy control - no API keys needed. + > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From dbba71028ec35debe89a991ba031571d442fc903 Mon Sep 17 00:00:00 2001 From: Tubagus <54710482+0xtbug@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:30:15 +0700 Subject: [PATCH 2/4] docs(readme): add ZeroLimit to projects based on CLIProxyAPI --- README_CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_CN.md b/README_CN.md index fdc8d64c..8600aada 100644 --- a/README_CN.md +++ b/README_CN.md @@ -129,6 +129,10 @@ CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户 一款 VSCode 扩展,提供了在 VSCode 中快速切换 Claude Code 模型的功能,内置 CLIProxyAPI 作为其后端,支持后台自动启动和关闭。 +### [ZeroLimit](https://github.com/0xtbug/zero-limit) + +Windows 桌面应用,基于 Tauri + React 构建,用于监控 AI 编程助手配额。支持跨 Gemini、Claude、OpenAI Codex 和 Antigravity 账户的使用量追踪,提供实时仪表盘、系统托盘集成和一键代理控制,无需 API 密钥。 + > [!NOTE] > 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。 From f89feb881c01ab250fc44f493651fb58b312622d Mon Sep 17 00:00:00 2001 From: Tubagus <54710482+0xtbug@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:33:18 +0700 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 07d47905..bd339982 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ VSCode extension for quick switching between Claude Code models, featuring integ ### [ZeroLimit](https://github.com/0xtbug/zero-limit) -Windows desktop app built with Tauri + React for monitoring AI coding assistant quotas. Track usage across Gemini, Claude, OpenAI Codex, and Antigravity accounts with real-time dashboard, system tray integration, and one-click proxy control - no API keys needed. +Windows desktop app built with Tauri + React for monitoring AI coding assistant quotas via CLIProxyAPI. Track usage across Gemini, Claude, OpenAI Codex, and Antigravity accounts with real-time dashboard, system tray integration, and one-click proxy control - no API keys needed. > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From c8843edb81bb975e642abac84cb54e04af281b3b Mon Sep 17 00:00:00 2001 From: Tubagus <54710482+0xtbug@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:33:29 +0700 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 8600aada..1b3ed74b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -131,7 +131,7 @@ CLI 封装器,用于通过 CLIProxyAPI OAuth 即时切换多个 Claude 账户 ### [ZeroLimit](https://github.com/0xtbug/zero-limit) -Windows 桌面应用,基于 Tauri + React 构建,用于监控 AI 编程助手配额。支持跨 Gemini、Claude、OpenAI Codex 和 Antigravity 账户的使用量追踪,提供实时仪表盘、系统托盘集成和一键代理控制,无需 API 密钥。 +Windows 桌面应用,基于 Tauri + React 构建,用于通过 CLIProxyAPI 监控 AI 编程助手配额。支持跨 Gemini、Claude、OpenAI Codex 和 Antigravity 账户的使用量追踪,提供实时仪表盘、系统托盘集成和一键代理控制,无需 API 密钥。 > [!NOTE] > 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。