From f904f185ee12e24942f82c2608670cb19216fc43 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:26:32 -0700 Subject: [PATCH] fix: regenerate model-catalog.json to dedupe sonnet-5 entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The salvaged #55853 commit added anthropic/claude-sonnet-5 blocks to the manifest, but main already carried them from #56617 — leaving duplicate entries the manifest-sync test rejects. Rebuilt via scripts/build_model_catalog.py. --- website/static/api/model-catalog.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index 6bb7fb11093b..4711abbd87b6 100644 --- a/website/static/api/model-catalog.json +++ b/website/static/api/model-catalog.json @@ -1,6 +1,6 @@ { "version": 1, - "updated_at": "2026-07-16T19:45:30Z", + "updated_at": "2026-07-20T08:23:45Z", "metadata": { "source": "hermes-agent repo", "docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog" @@ -28,10 +28,6 @@ "id": "anthropic/claude-sonnet-5", "description": "" }, - { - "id": "anthropic/claude-sonnet-5", - "description": "" - }, { "id": "anthropic/claude-haiku-4.5", "description": "" @@ -190,9 +186,6 @@ { "id": "anthropic/claude-sonnet-5" }, - { - "id": "anthropic/claude-sonnet-5" - }, { "id": "anthropic/claude-haiku-4.5" },