docs/user-manual/en/1-getting-started/1.4-quickstart.md
This section helps you complete the initial setup in 5 minutes.
Tip: Presets auto-fill the endpoint URL, so you only need to enter your API Key.
After adding, the provider appears in the list.
Option 1: Switch from the main interface
Option 2: Quick switch via system tray
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) |
| OpenCode | Requires closing and reopening the terminal |
| OpenClaw | Requires closing and reopening the terminal |
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:
Note: This option writes the
skipIntroductionfield to~/.claude/settings.json, skipping the official onboarding flow.
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
# OpenCode - enter a test question after launching
opencode
> Hello, please briefly introduce yourself
# OpenClaw - enter a test question after launching
openclaw
> Hello, please briefly introduce yourself
If the AI responds normally, the configuration is successful.
Congratulations! You have completed the basic configuration. Next, you can:
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.
If your provider is not in the preset list, select "Custom" for manual configuration. See Add Provider for configuration format details.
Select the "Official Login" preset (Claude/Codex) or "Google Official" preset (Gemini), restart the client, and follow the login flow.