CC-MIRROR Documentation

May 31, 2026 · View on GitHub

┌──────────────────────────────────────────────────────────────────────────────┐
│                                                                              │
│   ╭─────╮╭─────╮    ╭───╮╭───╮╭───╮╭───────╮╭───────╮╭───────╮╭───────╮     │
│   │ ╭───╯│ ╭───╯    │ ╭╮╯│ ╭─╯╰─╮ ││ ╭─╮ ╭─╯│ ╭─╮ ╭─╯│ ╭───╮ ││ ╭─╮ ╭─╯     │
│   │ │    │ │   ╭────│ ││ │ │  ╭─╯ ││ ╰─╯ │  │ ╰─╯ │  │ │   │ ││ ╰─╯ │       │
│   │ ╰───╮│ ╰───╯    │ ╰╯╭╯ ╰──╯ ╭─╯│ ╭─╮ │  │ ╭─╮ │  │ ╰───╯ ││ ╭─╮ │       │
│   ╰─────╯╰─────╯    ╰───╯╰──────╯  ╰─╯ ╰─╯  ╰─╯ ╰─╯  ╰───────╯╰─╯ ╰─╯       │
│                                                                              │
│   Create multiple isolated coding variants with custom providers             │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘

📚 Documentation Index

⚡ Getting Started

DocumentDescription
Quick StartInstall and create your first variant
CLI OptionsCommands, flags, and options

🤖 Features

DocumentDescription
MirrorIsolated runtime with clean defaults

🏗️ Architecture

DocumentDescription
OverviewHow cc-mirror works under the hood

🔧 Reference

DocumentDescription
Tweakcc GuideTheme customization

🗺️ Quick Navigation

docs/
├── README.md                 ← You are here
├── TWEAKCC-GUIDE.md           # 🔧 tweakcc integration notes
├── features/
│   └── mirror-claude.md       # Mirror variant
└── architecture/
    └── overview.md            # 🏗️ System architecture


📊 Provider Comparison

┌──────────────┬────────────────────┬──────────────┬────────────┐
│   Provider   │       Model        │  Auth Mode   │ Prompt Pack│
├──────────────┼────────────────────┼──────────────┼────────────┤
│ kimi         │ kimi-for-coding    │ Auth Token   │ ✗          │
│ minimax      │ MiniMax-M2.7       │ Auth Token   │ ✓ Full     │
│ zai          │ GLM-5.1/5-Turbo/4.5-Air │ Auth Token   │ ✓ Full     │
│ openrouter   │ You choose         │ Auth Token   │ ✗          │
│ vercel       │ Vercel gateway     │ Auth Token   │ ✗          │
│ ollama       │ Local + cloud      │ Auth Token   │ ✗          │
│ nanogpt      │ GPT-5.2 / Gemini   │ Auth Token   │ ✗          │
│ ccrouter     │ Local LLMs         │ Optional     │ ✗          │
│ mirror       │ Runtime default    │ OAuth/Key    │ ✗ Pure     │
│ gatewayz     │ GatewayZ gateway   │ Auth Token   │ ✗          │
└──────────────┴────────────────────┴──────────────┴────────────┘

ProviderSubscribeGet Key/TokenDocs
kimihttps://www.kimi.com/codehttps://platform.kimi.ai/console/api-keyshttps://platform.kimi.ai/docs/guide/agent-support
minimaxhttps://platform.minimax.io/subscribe/coding-planhttps://platform.minimax.io/user-center/payment/coding-planhttps://platform.minimax.io/docs
zaihttps://z.ai/subscribehttps://z.ai/manage-apikey/apikey-listhttps://z.ai/docs
openrouterhttps://openrouter.ai/accounthttps://openrouter.ai/keyshttps://openrouter.ai/docs
vercelhttps://vercel.com/aihttps://vercel.com/account/tokenshttps://vercel.com/docs/ai-gateway
ollamahttps://ollama.comhttps://ollama.comhttps://docs.ollama.com/api/anthropic-compatibility
nanogpthttps://nano-gpt.comhttps://nano-gpt.comhttps://docs.nano-gpt.com/integrations
ccrouterhttps://github.com/musistudio/claude-code-router#installationhttps://github.com/musistudio/claude-code-router#2-configurationhttps://github.com/musistudio/claude-code-router#2-configuration
gatewayzhttps://gatewayz.aihttps://gatewayz.aihttps://docs.gatewayz.ai/docs/anthropic-compatibility

Created by Numman Ali