From a9eaf0114f9427de5ce797f850be3eecd2f0a3f9 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Mon, 12 Jan 2026 11:42:38 -0800 Subject: [PATCH] fix(external-llm): align tier defaults with industry benchmarks - frontier: gpt-5.2 (GPT) - mid-tier: claude-sonnet-4.5 (Claude) - lightweight: claude-haiku-4.5 (Claude) Prioritizes correctness over speed, aligned with MMLU/GPQA/Arena rankings. Co-Authored-By: Claude Opus 4.5 --- state/model-policy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/state/model-policy.json b/state/model-policy.json index 6bf8d32..6116449 100644 --- a/state/model-policy.json +++ b/state/model-policy.json @@ -184,8 +184,8 @@ }, "tier_to_external_map": { "frontier": "github-copilot/gpt-5.2", - "mid-tier": "github-copilot/gpt-5-mini", - "lightweight": "opencode/gpt-5-nano" + "mid-tier": "github-copilot/claude-sonnet-4.5", + "lightweight": "github-copilot/claude-haiku-4.5" }, "task_routing": { "reasoning": "github-copilot/gpt-5.2",