Skip to content

Commit 2f630cd

Browse files
authored
Merge pull request #195 from ThreeFish-AI/feature/1.x.x
chore(assets): 将 dashboard 截图从 v0.2.3 更新至 v0.2.4;
2 parents ee1ae06 + cff0161 commit 2f630cd

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you're deeply immersed in your coding "zone" with **Claude Code** (or any A
3030
## 🌟 Core Features
3131

3232
<div align="center">
33-
<img src="assets/dashboard-v0.2.3.png">
33+
<img src="assets/dashboard-v0.2.4.png">
3434
</div>
3535

3636
- **⛓️ N-tier Chained Failover**: Autonomous descending sequence, supporting Claude's official plans, as well as Coding Plans from GitHub Copilot, Google Antigravity, Z AI, MiniMax, Alibaba Qwen, Xiaomi, Kimi, Doubao, etc.
@@ -92,13 +92,13 @@ claude
9292

9393
`coding-proxy` comes equipped with a badass suite of CLI tools to help you boss around your proxy state.
9494

95-
| Command | Description | Example Usage |
96-
| :------- | :------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------- |
97-
| `start` | **Fire up the proxy server.** Supports custom ports and configuration paths. | `coding-proxy start -p 8080 -c ~/config.yaml` |
95+
| Command | Description | Example Usage |
96+
| :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------- |
97+
| `start` | **Fire up the proxy server.** Supports custom ports and configuration paths. | `coding-proxy start -p 8080 -c ~/config.yaml` |
9898
| `auth` | **Manage OAuth credentials.** Sub-commands: `login` (browser OAuth), `status` (token validity), `reauth` (re-authenticate), `logout` (clear tokens). | `coding-proxy auth login -p github` |
99-
| `status` | **Check proxy health.** Shows circuit breaker states (OPEN/CLOSED) and quota status across all tiers. | `coding-proxy status` |
100-
| `usage` | **Token Stats Dashboard.** Stalks every single token consumed, failovers triggered, and latency across day/vendor/model dimensions. | `coding-proxy usage -d 7 -v anthropic` |
101-
| `reset` | **The emergency flush button.** Force-reset all circuit breakers and quotas instantly when you've confirmed the main vendor is back from the dead. | `coding-proxy reset` |
99+
| `status` | **Check proxy health.** Shows circuit breaker states (OPEN/CLOSED) and quota status across all tiers. | `coding-proxy status` |
100+
| `usage` | **Token Stats Dashboard.** Stalks every single token consumed, failovers triggered, and latency across day/vendor/model dimensions. | `coding-proxy usage -d 7 -v anthropic` |
101+
| `reset` | **The emergency flush button.** Force-reset all circuit breakers and quotas instantly when you've confirmed the main vendor is back from the dead. | `coding-proxy reset` |
102102

103103
---
104104

docs/zh-CN/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
## 🌟 核心特性 (Core Features)
3131

3232
<div align="center">
33-
<img src="../../assets/dashboard-v0.2.3.png">
33+
<img src="../../assets/dashboard-v0.2.4.png">
3434
</div>
3535

3636
- **⛓️ N-tier 链式故障转移 (Failover)**:自主降序序列,支持 Claude 官方 Plans,以及 GitHub Copilot、Google Antigravity、智谱、MiniMax、阿里千问、小米、Kimi、豆包等的 Coding Plan。
@@ -92,13 +92,13 @@ claude
9292

9393
`coding-proxy` 附带了强大的 CLI 工具套件,帮助您全面掌控代理状态。
9494

95-
| 指令 | 说明 | 示例用法 |
96-
| :------- | :-------------------------------------------------------------------------------- | :-------------------------------------------- |
97-
| `start` | **启动代理服务器**。支持自定义端口与配置路径。 | `coding-proxy start -p 8080 -c ~/config.yaml` |
95+
| 指令 | 说明 | 示例用法 |
96+
| :------- | :------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------- |
97+
| `start` | **启动代理服务器**。支持自定义端口与配置路径。 | `coding-proxy start -p 8080 -c ~/config.yaml` |
9898
| `auth` | **管理 OAuth 登录凭证**。子命令:`login`(浏览器 OAuth 登录)、`status`(令牌状态)、`reauth`(重认证)、`logout`(清除令牌)。 | `coding-proxy auth login -p github` |
99-
| `status` | **查看代理健康状态**。展示各层级熔断器(OPEN/CLOSED)与配额状态。 | `coding-proxy status` |
100-
| `usage` | **Token 统计看板**。按天/供应商/模型维度追踪每一次的 Token 消耗、故障转移及耗时。 | `coding-proxy usage -d 7 -v anthropic` |
101-
| `reset` | **强制一键重置**。人工确认主供应商恢复可用后,立刻初始化所有熔断器和配额状态。 | `coding-proxy reset` |
99+
| `status` | **查看代理健康状态**。展示各层级熔断器(OPEN/CLOSED)与配额状态。 | `coding-proxy status` |
100+
| `usage` | **Token 统计看板**。按天/供应商/模型维度追踪每一次的 Token 消耗、故障转移及耗时。 | `coding-proxy usage -d 7 -v anthropic` |
101+
| `reset` | **强制一键重置**。人工确认主供应商恢复可用后,立刻初始化所有熔断器和配额状态。 | `coding-proxy reset` |
102102

103103
---
104104

0 commit comments

Comments
 (0)