From 877fd7edf515fea9daf43365b88ccd60b825f491 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:05:20 -0700 Subject: [PATCH] fix: dedupe claude-sonnet-5 entries after overlapping salvages PRs #55848 and #55853 both added claude-sonnet-5 to the anthropic and gmi curated lists; keep one entry each (newest-sonnet-first ordering under claude-fable-5, matching the existing list convention). --- hermes_cli/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index ee88b2fbf723..ee5030c9ac0a 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -367,7 +367,6 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "MiniMax-M2", ], "anthropic": [ - "claude-sonnet-5", "claude-fable-5", "claude-sonnet-5", "claude-opus-4-8", @@ -408,7 +407,6 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "google/gemini-3.1-flash-lite-preview", "anthropic/claude-sonnet-5", "anthropic/claude-sonnet-4.6", - "anthropic/claude-sonnet-5", "openai/gpt-5.4", ], "opencode-zen": [