chore(models): upgrade the opus alias to claude-opus-4-8

MODEL_MAP["opus"] moves off claude-opus-4-6 to the newest Opus tier at the
same price; pricing already matched via the claude-opus-4 fragment, and a
new test_opus_is_priced guard keeps the alias priced. Fixtures, panel
mocks, and docs follow.
This commit is contained in:
Renn F
2026-07-25 00:13:15 +02:00
parent f90caf6f9b
commit 803638e8e9
16 changed files with 60 additions and 52 deletions
@@ -99,7 +99,7 @@ class TestBuildManifestForAgent:
mock_settings.manifest_host_dir = str(tmp_path)
mock_settings.workspaces_root = str(tmp_path / "workspaces")
result = _build_manifest_for_agent("be-dev-1", "claude-opus-4-6")
result = _build_manifest_for_agent("be-dev-1", "claude-opus-4-8")
assert result is not None
data = json.loads(result.read_text())