@@ -7,6 +7,21 @@ Distribute Claude Code requests across N subscriptions to multiply your throughp
77[ ![ npm] ( https://img.shields.io/npm/v/ai-cc-router )] ( https://www.npmjs.com/package/ai-cc-router )
88[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( LICENSE )
99
10+ ### Features
11+
12+ - ** Round-robin token rotation** — distribute requests across 2-20 Claude Max accounts automatically
13+ - ** Transparent proxy** — Claude Code works normally; streaming, thinking, tool use, prompt caching all pass through
14+ - ** Automatic token refresh** — OAuth tokens are refreshed before they expire, saved atomically to disk
15+ - ** Rate limit awareness** — detects 429/529 responses and coolsdown accounts; picks the least-loaded one
16+ - ** Client mode** — connect to a remote CC-Router from any machine with one command (` cc-router client connect <url> ` )
17+ - ** Claude Desktop support** — route Cowork / Agent-mode traffic through CC-Router via mitmproxy interception (macOS, Windows, Linux)
18+ - ** Guided setup wizard** — interactive ` cc-router setup ` extracts tokens from Keychain or credentials file, configures everything
19+ - ** Live dashboard** — real-time terminal UI showing account health, request counts, token usage, recent activity
20+ - ** Proxy authentication** — optional Bearer / x-api-key secret for internet-exposed deployments
21+ - ** Auto-update** — patch/minor releases install automatically (opt-out available)
22+ - ** Multiple deployment modes** — foreground, PM2 daemon, system service, Docker Compose (with LiteLLM)
23+ - ** Cross-platform** — macOS, Linux, Windows; Node.js 20+
24+
1025---
1126
1227> ** Warning**
0 commit comments