From 9ffc3baa848a4dda800f7d29b68d802aa52d1778 Mon Sep 17 00:00:00 2001 From: Stefan de Vogelaere Date: Fri, 24 Jul 2026 14:29:44 +0200 Subject: [PATCH 1/2] Add Claude Dialects to 'Who is with us?' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bba588ca..77f82bfcb 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,10 @@ An HTTP-only Model Context Protocol server that uses a CLIProxyAPI deployment to Native macOS SwiftUI dashboard for AI subscriptions and coding proxies. It manages official CLIProxyAPI releases end to end (download, verify, supervise, update, and roll back), unifies OAuth accounts and live models, and connects one gateway to Codex, Claude Code/Science, OpenCode, or OpenAI/Anthropic/Gemini clients, with optional LAN access. +### [Claude Dialects](https://github.com/stefandevo/claude-dialects) + +Run multiple native-feeling Claude Code commands, each powered by a different model (Codex, GLM, Kimi, Gemini, Grok, MiniMax, DeepSeek, Cursor, Copilot, Claude). Every dialect launches the real Claude Code interface with its own isolated config, history, ports, and an embedded CLIProxyAPI instance linked through the Go SDK — no separate proxy install. macOS only. + > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From 87750f9e2a7ae8b2f6fe81ae136954339df4839f Mon Sep 17 00:00:00 2001 From: Stefan de Vogelaere Date: Fri, 24 Jul 2026 14:31:33 +0200 Subject: [PATCH 2/2] Mention public site claude-dialects.cc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f82bfcb..3193b4294 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Native macOS SwiftUI dashboard for AI subscriptions and coding proxies. It manag ### [Claude Dialects](https://github.com/stefandevo/claude-dialects) -Run multiple native-feeling Claude Code commands, each powered by a different model (Codex, GLM, Kimi, Gemini, Grok, MiniMax, DeepSeek, Cursor, Copilot, Claude). Every dialect launches the real Claude Code interface with its own isolated config, history, ports, and an embedded CLIProxyAPI instance linked through the Go SDK — no separate proxy install. macOS only. +Run multiple native-feeling Claude Code commands, each powered by a different model (Codex, GLM, Kimi, Gemini, Grok, MiniMax, DeepSeek, Cursor, Copilot, Claude). Every dialect launches the real Claude Code interface with its own isolated config, history, ports, and an embedded CLIProxyAPI instance linked through the Go SDK — no separate proxy install. macOS only. Learn more at [claude-dialects.cc](https://claude-dialects.cc/). > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list.