From d2b43b58b60097bff095cf69da0c9d4537e4a75e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:41:12 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.40.1 --- _version.txt | 2 +- manifest.json | 12 ++++++------ models.json | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 7 deletions(-) diff --git a/_version.txt b/_version.txt index d707557..53a714f 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.39.3 +1.40.1 diff --git a/manifest.json b/manifest.json index 0e40e79..5150a89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,18 @@ { "schemaVersion": 1, - "generatedAt": "2026-09-01T18:01:30.152Z", + "generatedAt": "2026-09-02T12:41:12.672Z", "pluginVersion": "0.7.21", - "commandCodeVersion": "1.39.3", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.3.tgz", - "modelCount": 66, - "reasoningModelCount": 55, + "commandCodeVersion": "1.40.1", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.40.1.tgz", + "modelCount": 67, + "reasoningModelCount": 56, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", "costCatalogError": null }, "costSources": { - "cli": 20, + "cli": 21, "officialDocs": 41, "thirdParty": 0, "free": 5, diff --git a/models.json b/models.json index d45748a..3224b4b 100644 --- a/models.json +++ b/models.json @@ -33,6 +33,41 @@ ] } }, + { + "id": "claude-fable-5-1", + "name": "Claude Fable 5.1", + "tier": "premium", + "reasoning": true, + "reasoningEfforts": [ + "low", + "medium", + "high", + "xhigh", + "max" + ], + "tool_call": true, + "cost": { + "input": 10, + "output": 50, + "cache_read": 0.25, + "cache_write": 12.5 + }, + "limit": { + "context": 1000000, + "output": 65536 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + } + }, { "id": "claude-haiku-4-5-20251001", "name": "Claude Haiku 4.5",