mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-30 12:22:19 +00:00
- claude provider launch env no longer pins ANTHROPIC_MODEL/tier defaults; one-shot migration strips CCS-written stale pins across all historically shipped default generations while preserving explicit user pins - TTY-gated once-per-install warning when a user profile named claude or anthropic is shadowed by the built-in provider, with rename guidance - account-safety ban messaging parameterized by provider; Anthropic patterns gated to claude accounts only - first-run notice that ccs claude routes through the local CLIProxy instance Part of #1464 account pools (phase 2).
7 lines
141 B
JSON
7 lines
141 B
JSON
{
|
|
"env": {
|
|
"ANTHROPIC_BASE_URL": "http://127.0.0.1:8317/api/provider/claude",
|
|
"ANTHROPIC_AUTH_TOKEN": "ccs-internal-managed"
|
|
}
|
|
}
|