mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 22:16:41 +00:00
Adds Claude Opus 4.7 as a new model to the AGY (Antigravity) and Claude provider catalogs, with pricing, Cursor IDE support, and updated defaults across the codebase. - Add claude-opus-4-7-thinking and claude-opus-4-7 to AGY catalog (defaultModel bumped to claude-opus-4-7-thinking) - Add claude-opus-4-7 entry to Claude provider catalog - Register claude-opus-4-7-thinking fork alias in CLIProxy config (CLIPROXY_CONFIG_VERSION bumped 17 -> 18) - Add pricing for claude-opus-4-7 and claude-opus-4-7-thinking ($5/$25 per million, matching Opus 4.6) - Add claude-4.7-opus and claude-4.7-opus-fast-mode to Cursor catalog - Update ANTHROPIC_DEFAULT_OPUS_MODEL in base-claude settings to 4.7 - Update Droid adapter and code-reviewer fallback models to 4.7 - Update unit tests for model-catalog and model-pricing Opus 4.6 is retained as a supported fallback in both catalogs. Built [OnSteroids](https://onsteroids.ai)
11 lines
365 B
JSON
11 lines
365 B
JSON
{
|
|
"env": {
|
|
"ANTHROPIC_BASE_URL": "http://127.0.0.1:8317/api/provider/claude",
|
|
"ANTHROPIC_AUTH_TOKEN": "ccs-internal-managed",
|
|
"ANTHROPIC_MODEL": "claude-sonnet-4-6",
|
|
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-7",
|
|
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",
|
|
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-haiku-4-5-20251001"
|
|
}
|
|
}
|