Claude Code Configuration Overview
Claude Code can be accessed through five independent routes into the Coding Plan. Each route uses Anthropic Messages fixedly and independently maintains configuration and evidence.
| Access Scheme | Guide | Status |
|---|---|---|
| Terminal / CLI | Configuration | Pending final verification |
| VS Code | Configuration | Pending final verification |
| JetBrains | Configuration | Pending final verification |
| CC Switch | Configuration | Pending final verification |
| GitHub Actions | Configuration | Historical testing, pending final byte verification |
The Claude Code Native App is an independent product form, and currently, there is not enough evidence to prove it reads the same configuration as CLI/IDE, so the selector only displays restriction notes and does not reuse the above profiles.
¶ Common Boundaries
- Base URL:
https://api.acedata.cloud - Authentication is defined by each guide and cannot mix
ANTHROPIC_API_KEYwithANTHROPIC_AUTH_TOKENpaths. - Model ID must come from the intersection of specific profiles and the real-time model directory.
- After configuration changes, restart CLI, IDE, or workflow as per the guide.
The existence of a guide does not mean the final profile has been verified. The selector will only provide models and copy buttons after verifying the current client version, final rendered bytes, tool calls, ApiUsage, and Coding balance.
Return to the Coding Plan Configuration Center.