co-mono/packages
Charles Cooper bd646eece3 feat(coding-agent): support per-model overrides in models.json
Add modelOverrides field to provider config that allows customizing
individual built-in models without replacing the entire provider.

Example:
  {
    "providers": {
      "openrouter": {
        "modelOverrides": {
          "anthropic/claude-sonnet-4": {
            "compat": { "openRouterRouting": { "only": ["amazon-bedrock"] } }
          }
        }
      }
    }
  }

Overrides are deep-merged with built-in model definitions. Supports:
- name, reasoning, input, contextWindow, maxTokens
- Partial cost overrides (e.g. only change input cost)
- headers (merged with existing)
- compat settings (merged with existing)

Works alongside baseUrl overrides on the same provider.

closes #1062
2026-02-06 15:35:00 +00:00
..
agent fix(agent,coding-agent): resume queued messages after auto-compaction 2026-02-06 11:36:19 +01:00
ai fix(ai): move AWS_BEDROCK_SKIP_AUTH inside Node.js environment check 2026-02-06 10:45:20 +01:00
coding-agent feat(coding-agent): support per-model overrides in models.json 2026-02-06 15:35:00 +00:00
mom Add [Unreleased] section for next cycle 2026-02-06 00:26:38 +01:00
pods Release v0.52.6 2026-02-06 00:25:54 +01:00
tui Add [Unreleased] section for next cycle 2026-02-06 00:26:38 +01:00
web-ui Add [Unreleased] section for next cycle 2026-02-06 00:26:38 +01:00