From 2bcee78c6efb2a644ca2fc6ec57d395eb2a32be1 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Thu, 19 Feb 2026 03:19:18 +0800 Subject: [PATCH] feat(tui): add standalone mode and API-based log polling - Implemented `--standalone` mode to launch an embedded server for TUI. - Enhanced TUI client to support API-based log polling when log hooks are unavailable. - Added authentication gate for password input and connection handling. - Improved localization and UX for logs, authentication, and status bar rendering. --- README.md | 5 ----- README_CN.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 2fd90ca8..4fa495c6 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,6 @@ CLIProxyAPI Guides: [https://help.router-for.me/](https://help.router-for.me/) see [MANAGEMENT_API.md](https://help.router-for.me/management/api) -## Management TUI - -A terminal-based interface for managing configuration, keys/auth files, and viewing real-time logs. Run with: -`./CLIProxyAPI --tui` - ## Amp CLI Support CLIProxyAPI includes integrated support for [Amp CLI](https://ampcode.com) and Amp IDE extensions, enabling you to use your Google/ChatGPT/Claude OAuth subscriptions with Amp's coding tools: diff --git a/README_CN.md b/README_CN.md index b377c910..5c91cbdc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -64,11 +64,6 @@ CLIProxyAPI 用户手册: [https://help.router-for.me/](https://help.router-fo 请参见 [MANAGEMENT_API_CN.md](https://help.router-for.me/cn/management/api) -## 管理 TUI - -一个用于管理配置、密钥/认证文件以及查看实时日志的终端界面。使用以下命令启动: -`./CLIProxyAPI --tui` - ## Amp CLI 支持 CLIProxyAPI 已内置对 [Amp CLI](https://ampcode.com) 和 Amp IDE 扩展的支持,可让你使用自己的 Google/ChatGPT/Claude OAuth 订阅来配合 Amp 编码工具: