You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove outdated Amp CLI and related tool references
- Removed sections on Amp CLI integration and related management tools from all READMEs (`README.md`, `README_JA.md`, and `README_CN.md`).
- Updated project descriptions for relevance and focus.
Copy file name to clipboardExpand all lines: README.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,26 +84,6 @@ Standalone persistence and visualization service for CLIProxyAPI, with periodic
84
84
85
85
Full CLIProxyAPI management center with request-level monitoring and cost estimates. CPA-Manager tracks collected requests by account, model, channel, latency, status, and token usage; estimates cost with editable model prices and one-click LiteLLM price sync; persists events in SQLite; and provides Codex account-pool operations with batch inspection, quota detection, unhealthy account discovery, cleanup suggestions, and one-click execution for day-to-day multi-account maintenance.
86
86
87
-
## Amp CLI Support
88
-
89
-
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:
90
-
91
-
- Provider route aliases for Amp's API patterns (`/api/provider/{provider}/v1...`)
92
-
- Management proxy for OAuth authentication and account features
93
-
- Smart model fallback with automatic routing
94
-
-**Model mapping** to route unavailable models to alternatives (e.g., `claude-opus-4.5` → `claude-sonnet-4`)
95
-
- Security-first design with localhost-only management endpoints
96
-
97
-
When you need the request/response shape of a specific backend family, use the provider-specific paths instead of the merged `/v1/...` endpoints:
98
-
99
-
- Use `/api/provider/{provider}/v1/messages` for messages-style backends.
100
-
- Use `/api/provider/{provider}/v1beta/models/...` for model-scoped generate endpoints.
101
-
- Use `/api/provider/{provider}/v1/chat/completions` for chat-completions backends.
102
-
103
-
These routes help you select the protocol surface, but they do not by themselves guarantee a unique inference executor when the same client-visible model name is reused across multiple backends. Inference routing is still resolved from the request model/alias. For strict backend pinning, use unique aliases, prefixes, or otherwise avoid overlapping client-visible model names.
@@ -142,10 +122,6 @@ CLI wrapper for instant switching between multiple Claude accounts and alternati
142
122
143
123
Native macOS menu bar app that unifies Claude, Gemini, OpenAI, and Antigravity subscriptions with real-time quota tracking and smart auto-failover for AI coding tools like Claude Code, OpenCode, and Droid - no API keys needed.
144
124
145
-
### [CodMate](https://github.com/loocor/CodMate)
146
-
147
-
Native macOS SwiftUI app for managing CLI AI sessions (Codex, Claude Code, Gemini CLI) with unified provider management, Git review, project organization, global search, and terminal integration. Integrates CLIProxyAPI to provide OAuth authentication for Codex, Claude, Gemini, and Antigravity, with built-in and third-party provider rerouting through a single proxy endpoint - no API keys needed for OAuth providers.
Windows-focused, local-first desktop management platform for Codex CLI built on CLIProxyAPI, focused on simplifying local setup, account and runtime management, and providing a more complete Codex CLI experience for local users.
199
-
200
172
### [CLIProxy Pool Watch](https://github.com/murasame612/CLIProxyPoolWidget)
201
173
202
174
Native macOS SwiftUI app for monitoring ChatGPT/Codex account quotas in CLIProxyAPI pools. Displays account availability, Plus-base capacity, 5-hour and weekly quota bars, plan weights, and restore forecasts through the Management API.
0 commit comments