Reorganize docs/user-manual/ from flat structure to language subdirectories (zh/, en/, ja/) with shared assets/. Move existing Chinese docs into zh/, fix image paths, add multilingual navigation README, and translate all 23 markdown files (~4500 lines each) to English and Japanese.
3.2 KiB
1.4 Quick Start
This section helps you complete the initial setup in 5 minutes.
Step 1: Add a Provider
- Click the + button in the top-right corner of the main interface
- Select your provider from the "Preset" dropdown
- Common presets: Zhipu GLM, MiniMax, DeepSeek, Kimi, PackyCode
- Or select "Custom" for manual configuration
- Enter your API Key
- Click "Add"
Tip
: Presets auto-fill the endpoint URL, so you only need to enter your API Key.
Step 2: Switch Provider
After adding, the provider appears in the list.
Option 1: Switch from the main interface
- Click the "Enable" button on the provider card
Option 2: Quick switch via system tray
- Right-click the CC Switch icon in the system tray
- Click the provider name directly
Step 3: Activation
After switching providers, each CLI tool activates differently:
| Application | Activation Method |
|---|---|
| Claude Code | Instant effect (supports hot reload) |
| Codex | Requires closing and reopening the terminal |
| Gemini | Instant effect (re-reads config on each request) |
Claude Code First Launch Prompt
If Claude Code prompts you to log in or shows an onboarding wizard on first launch, enable the "Skip Claude Code first-run confirmation" option in CC Switch:
- Open CC Switch "Settings > General"
- Enable the "Skip Claude Code first-run confirmation" toggle
- Restart Claude Code
Note
: This option writes the
skipIntroductionfield to~/.claude/settings.json, skipping the official onboarding flow.
Verify Configuration
After restarting, launch the corresponding CLI tool and enter a simple question to test:
# Claude Code - enter a test question after launching
claude
> Hello, please briefly introduce yourself
# Codex - enter a test question after launching
codex
> Hello, please briefly introduce yourself
# Gemini - enter a test question after launching
gemini
> Hello, please briefly introduce yourself
If the AI responds normally, the configuration is successful.
Next Steps
Congratulations! You have completed the basic configuration. Next, you can:
- Add more providers - Configure multiple providers for easy switching
- Configure MCP servers - Extend AI tool capabilities
- Set up system prompts - Customize AI behavior
- Enable proxy service - Monitor usage and enable automatic failover
Common Issues
Not taking effect after switching?
Make sure you restarted the terminal or CLI tool. The configuration file is updated at switch time, but running programs do not automatically reload it.
Can't find a preset?
If your provider is not in the preset list, select "Custom" for manual configuration. See Add Provider for configuration format details.
How to restore official login?
Select the "Official Login" preset (Claude/Codex) or "Google Official" preset (Gemini), restart the client, and follow the login flow.

