This repository tracks changes primarily through Git history.
- Windows tweakcc execution — Invoke
tweakccviacmd.exe+npx.cmdso variant creation/update works reliably whennpxisn’t directly executable. - Windows PATH + tilde handling — Better
~expansion (supports~\\) andlistnow expands tilde before reading variants. - Docs — Fixed Windows PATH examples (avoid double-escaped backslashes).
- CI — Added a Windows end-to-end smoke test on every PR (bundle + quick create + list/doctor + wrapper).
- Tests — Added regression coverage for Windows tweakcc execution and tilde expansion.
- Lint — Fixed a macOS CI failure caused by an unused variable in
scripts/preview-splash-grid.mjs.
- Native-only installs — Removed npm-based Claude Code installation entirely. All variants now use the native binary. Existing
npm/directories are ignored; runcc-mirror updateto migrate. - Team mode removed — The team mode feature has been removed to reduce complexity.
- Prompt pack mode — Only
minimalmode is supported. Themaximalmode has been deprecated.
- Kimi Code — Moonshot AI's long-context coding assistant (kimi-for-coding / K2.5)
- Ollama — Local model runner with Anthropic-compatible API
- GatewayZ — Multi-provider AI gateway
- Vercel AI Gateway — Vercel's multi-provider gateway
- NanoGPT — Pay-per-token Claude Code endpoint
- CC Router — Route Claude Code to any LLM (Ollama, DeepSeek, etc.)
- Unique brand themes for every provider — Each provider has its own color palette, ASCII splash art, and custom thinking verbs
- Adaptive diff palettes — Diff colors now match each brand's color scheme for better readability
- Model overrides in TUI — Configure Sonnet/Opus/Haiku model mappings for all providers via the interactive wizard
--claude-versionsupport — Pin or update native Claude Code versions (stable,latest, or specific version)- Default to latest channel — New variants track the
latestClaude Code release by default --modelconvenience flag — Set all model tiers at once from CLI- Social media grid preview —
scripts/preview-splash-grid.mjsrenders a 3x3 grid of all provider splash banners
- OpenRouter Chrome theme — Upgraded from navy to polished silver/chrome aesthetic
- CC Router renamed — "Claude Code Router" shortened to "CC Router" across UI
- Mirror provider hidden — Now marked as experimental (development reference only)
- Tool denies via settings.json — Provider tool restrictions moved from tweakcc toolsets to
settings.jsonpermissions.denyfor reliability - Simplified splash art — Cleaner, tighter ASCII art for OpenRouter, Vercel, CCRouter, and GatewayZ
- Long API key paste fix — TUI masked input now preserves full key across multiple paste chunks
- Provider list viewport — Constrained scrolling for cleaner TUI navigation
- Legacy tweakcc toolset migration for existing variants
- Dark theme enforced as default for Rust native module compatibility
- Normalized variant metadata schema