From ffddd1c90af63c5afa5a01dc8c4ad319ff09e454 Mon Sep 17 00:00:00 2001 From: decolua Date: Mon, 5 Jan 2026 20:29:26 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d675056..87efd8e0 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. +### [9Router](https://github.com/decolua/9router) + +A Next.js implementation inspired by CLIProxyAPI. Easy to install and use. Built from scratch with format translation (OpenAI/Claude/Gemini/Ollama), combo system with auto-fallback, multi-account management with exponential backoff, and Next.js web dashboard. Supports CLI tools (Cursor, Claude Code, Cline, RooCode). + > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list. From 386ccffed47d9e32559f550ddad9c11aa30d2762 Mon Sep 17 00:00:00 2001 From: decolua Date: Mon, 5 Jan 2026 20:54:33 +0700 Subject: [PATCH 2/2] 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 87efd8e0..82c34b81 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Windows-native CLIProxyAPI fork with TUI, system tray, and multi-provider OAuth ### [9Router](https://github.com/decolua/9router) -A Next.js implementation inspired by CLIProxyAPI. Easy to install and use. Built from scratch with format translation (OpenAI/Claude/Gemini/Ollama), combo system with auto-fallback, multi-account management with exponential backoff, and Next.js web dashboard. Supports CLI tools (Cursor, Claude Code, Cline, RooCode). +A Next.js implementation inspired by CLIProxyAPI, easy to install and use, built from scratch with format translation (OpenAI/Claude/Gemini/Ollama), combo system with auto-fallback, multi-account management with exponential backoff, a Next.js web dashboard, and support for CLI tools (Cursor, Claude Code, Cline, RooCode) - no API keys needed. > [!NOTE] > If you developed a project based on CLIProxyAPI, please open a PR to add it to this list.