mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 20:20:09 +00:00
* fix(cliproxy): migrate deprecated gemini-claude-* model names to upstream claude-* names CLIProxyAPI registry no longer recognizes the gemini-claude-* prefix convention. Model names in catalog, base config, and user settings are migrated to upstream claude-* names. Auto-migration in env-builder rewrites existing user settings on load and persists the change. Closes #513 * fix: address code review feedback — sync UI layer and add migration tests - Sync UI isNativeGeminiModel() with backend (remove gemini-claude- exclusion) - Update UI model catalog agy entries from gemini-claude-* to claude-* - Update CI/CD workflow and code-reviewer default model names - Add unit tests for migrateDeprecatedModelNames() logic
11 lines
365 B
JSON
11 lines
365 B
JSON
{
|
|
"env": {
|
|
"ANTHROPIC_BASE_URL": "http://127.0.0.1:8317/api/provider/agy",
|
|
"ANTHROPIC_AUTH_TOKEN": "ccs-internal-managed",
|
|
"ANTHROPIC_MODEL": "gemini-3-pro-preview",
|
|
"ANTHROPIC_DEFAULT_OPUS_MODEL": "gemini-3-pro-preview",
|
|
"ANTHROPIC_DEFAULT_SONNET_MODEL": "gemini-3-pro-preview",
|
|
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-sonnet-4-5"
|
|
}
|
|
}
|