┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ ╭─────╮╭─────╮ ╭───╮╭───╮╭───╮╭───────╮╭───────╮╭───────╮╭───────╮ │
│ │ ╭───╯│ ╭───╯ │ ╭╮╯│ ╭─╯╰─╮ ││ ╭─╮ ╭─╯│ ╭─╮ ╭─╯│ ╭───╮ ││ ╭─╮ ╭─╯ │
│ │ │ │ │ ╭────│ ││ │ │ ╭─╯ ││ ╰─╯ │ │ ╰─╯ │ │ │ │ ││ ╰─╯ │ │
│ │ ╰───╮│ ╰───╯ │ ╰╯╭╯ ╰──╯ ╭─╯│ ╭─╮ │ │ ╭─╮ │ │ ╰───╯ ││ ╭─╮ │ │
│ ╰─────╯╰─────╯ ╰───╯╰──────╯ ╰─╯ ╰─╯ ╰─╯ ╰─╯ ╰───────╯╰─╯ ╰─╯ │
│ │
│ Create multiple isolated coding variants with custom providers │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
| Document | Description |
|---|
| Mirror | Isolated runtime with clean defaults |
| Document | Description |
|---|
| Overview | How cc-mirror works under the hood |
docs/
├── README.md ← You are here
├── TWEAKCC-GUIDE.md # 🔧 tweakcc integration notes
├── features/
│ └── mirror-claude.md # Mirror variant
└── architecture/
└── overview.md # 🏗️ System architecture
┌──────────────┬────────────────────┬──────────────┬────────────┐
│ 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 │ ✗ │
└──────────────┴────────────────────┴──────────────┴────────────┘
Created by Numman Ali