From 7d1d2512452b0b656973b5cb9022bd43273a5d3a Mon Sep 17 00:00:00 2001 From: Maximilian Dewald Date: Thu, 25 Jun 2026 17:22:17 +0200 Subject: [PATCH] docs: add Universal Chat Provider to "Who is with us?" Universal Chat Provider is a VS Code extension that surfaces Claude, ChatGPT/Codex, Antigravity, Grok, and Kimi subscriptions as native language models in GitHub Copilot Chat, using CLIProxyAPI as a fully managed background server. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7dac54eef..5ccc55346 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,10 @@ Windows desktop UI that manages CLIProxyAPI and Perplexity WebUI Scraper from a Cross-platform (Tauri) port of Quotio for Windows, macOS and Linux. Manages a pool of AI accounts (Codex, Claude Code, GitHub Copilot, Gemini, Antigravity, Kiro, Cursor, Trae, GLM) through CLIProxyAPI, with per-account 5-hour/weekly quota bars, Codex rate-limit reset credits with one-click reset, smart scheduling, usage statistics, and multi-instance Codex — no API keys needed. +### [Universal Chat Provider](https://github.com/maxdewald/vscode-universal-chat-provider) + +VS Code extension that brings your Claude, ChatGPT/Codex, Antigravity, Grok, and Kimi subscriptions into GitHub Copilot Chat as native language models — and can power your Git commit messages, chat titles, and summaries too. Runs CLIProxyAPI in a fully managed background lifecycle (download, verify, supervise) shared across all windows, so it's zero-setup. No API keys needed, just OAuth. + > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list.