From 27e54750218bd289ec198cc7c901260c957efaf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 00:01:34 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.44.0 --- _version.txt | 2 +- manifest.json | 12 +++---- models.json | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+), 7 deletions(-) diff --git a/_version.txt b/_version.txt index a50908c..372cf40 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.42.0 +1.44.0 diff --git a/manifest.json b/manifest.json index 0e79965..e8d6dbe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "schemaVersion": 1, - "generatedAt": "2026-09-02T18:01:17.115Z", + "generatedAt": "2026-09-03T00:01:34.575Z", "pluginVersion": "0.7.48", - "commandCodeVersion": "1.42.0", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.42.0.tgz", - "modelCount": 69, - "reasoningModelCount": 58, + "commandCodeVersion": "1.44.0", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.44.0.tgz", + "modelCount": 72, + "reasoningModelCount": 61, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", @@ -13,7 +13,7 @@ }, "costSources": { "cli": 21, - "officialDocs": 43, + "officialDocs": 46, "thirdParty": 0, "free": 5, "fallback": 0, diff --git a/models.json b/models.json index c8d392f..ce16f37 100644 --- a/models.json +++ b/models.json @@ -715,6 +715,40 @@ ] } }, + { + "id": "google/gemini-3.8-flash", + "name": "Gemini 3.8 Flash", + "tier": "open-source", + "reasoning": true, + "reasoningEfforts": [ + "low", + "medium", + "high" + ], + "tool_call": true, + "cost": { + "input": 1.5, + "output": 7.5, + "cache_read": 0.15 + }, + "limit": { + "context": 1000000, + "output": 65536 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + } + }, { "id": "zai-org/GLM-5", "name": "GLM-5", @@ -1600,6 +1634,64 @@ ] } }, + { + "id": "meta/muse-spark-1.3", + "name": "Muse Spark 1.3", + "tier": "open-source", + "reasoning": true, + "tool_call": true, + "cost": { + "input": 1.25, + "output": 4.25, + "cache_read": 0.15 + }, + "limit": { + "context": 1048576, + "output": 65536 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image", + "video", + "pdf", + "audio" + ], + "output": [ + "text" + ] + } + }, + { + "id": "meta/muse-spark-1.3-contributor", + "name": "Muse Spark 1.3 Contributor", + "tier": "open-source", + "reasoning": true, + "tool_call": true, + "cost": { + "input": 0.1, + "output": 0.2, + "cache_read": 0.002 + }, + "limit": { + "context": 1048576, + "output": 65536 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image", + "video", + "pdf", + "audio" + ], + "output": [ + "text" + ] + } + }, { "id": "nvidia/nemotron-3-ultra-550b-a55b", "name": "Nemotron 3 Ultra",