From 5ec749464d3bc2d24eeb5d3f67d708f1bc711e9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 00:01:24 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.57.0 --- _version.txt | 2 +- manifest.json | 12 ++++++------ models.json | 31 +++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 7 deletions(-) diff --git a/_version.txt b/_version.txt index 43c989b..373aea9 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.56.1 +1.57.0 diff --git a/manifest.json b/manifest.json index 0669133..0a8378c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "schemaVersion": 1, - "generatedAt": "2026-09-18T18:01:10.278Z", + "generatedAt": "2026-09-19T00:01:24.459Z", "pluginVersion": "0.7.69", - "commandCodeVersion": "1.56.1", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.56.1.tgz", - "modelCount": 76, - "reasoningModelCount": 65, + "commandCodeVersion": "1.57.0", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.57.0.tgz", + "modelCount": 77, + "reasoningModelCount": 66, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", @@ -13,7 +13,7 @@ }, "costSources": { "cli": 22, - "officialDocs": 49, + "officialDocs": 50, "thirdParty": 0, "free": 5, "fallback": 0, diff --git a/models.json b/models.json index 47632b3..2eef196 100644 --- a/models.json +++ b/models.json @@ -986,6 +986,37 @@ ] } }, + { + "id": "z-ai/glm-5.3-flashx", + "name": "GLM-5.3 FlashX", + "tier": "open-source", + "reasoning": true, + "reasoningEfforts": [ + "low", + "high", + "max" + ], + "tool_call": true, + "cost": { + "input": 0.37, + "output": 1.25, + "cache_read": 0.075 + }, + "limit": { + "context": 1000000, + "output": 131072 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + } + }, { "id": "gpt-5.6-luna", "name": "GPT-5.6 Luna",