From 7f68fa241443483b1f95e0dfa8e7937535763a1d Mon Sep 17 00:00:00 2001 From: Xinyao Xu <3444364899@qq.com> Date: Tue, 19 May 2026 18:00:28 +0800 Subject: [PATCH 1/2] Add Codex Switch tool to README Added a new section for Codex Switch tool with details. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10925e04b..0caab6bee 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,10 @@ OmniRoute is an AI gateway for multi-provider LLMs: an OpenAI-compatible endpoin A public CLIProxyAPI-compatible fork and bundled management panel. It keeps upstream-style usage while restoring built-in usage statistics, adding cache hit rate, first-byte latency, TPS tracking, and Docker-oriented self-hosted installation docs. +### [Codex Switch](https://github.com/9ycrooked/CodexSwitch) + +This is a tool built with tauri 2+vue3 for managing multiple OpenAI Codex desktop accounts. Switch between saved ChatGPT/Codex certification profiles, check 5-hour and weekly quota usage in real time, verify token health, view active account details, and import or save auth.json files without manual copying. + > [!NOTE] > If you have developed a port of CLIProxyAPI or a project inspired by it, please open a PR to add it to this list. From 5ef76939338382fb39bb0a6ffb77e5f93e16646c Mon Sep 17 00:00:00 2001 From: Xinyao Xu <3444364899@qq.com> Date: Tue, 19 May 2026 22:05:52 +0800 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 0caab6bee..6827eb895 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ A public CLIProxyAPI-compatible fork and bundled management panel. It keeps upst ### [Codex Switch](https://github.com/9ycrooked/CodexSwitch) -This is a tool built with tauri 2+vue3 for managing multiple OpenAI Codex desktop accounts. Switch between saved ChatGPT/Codex certification profiles, check 5-hour and weekly quota usage in real time, verify token health, view active account details, and import or save auth.json files without manual copying. +This is a tool built with Tauri 2 + Vue 3 for managing multiple OpenAI Codex desktop accounts. Switch between saved ChatGPT/Codex certification profiles, check 5-hour and weekly quota usage in real time, verify token health, view active account details, and import or save auth.json files without manual copying. > [!NOTE] > If you have developed a port of CLIProxyAPI or a project inspired by it, please open a PR to add it to this list.