From 432a5191341f98f9e0d67247a37f63889df9f277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:01:31 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.49.0 --- _version.txt | 2 +- manifest.json | 12 ++++++------ models.json | 38 +++++++++++++++++++++++++++++++++++++- 3 files changed, 44 insertions(+), 8 deletions(-) diff --git a/_version.txt b/_version.txt index 21998d3..7f3a46a 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.47.0 +1.49.0 diff --git a/manifest.json b/manifest.json index 88e3fb5..1b94107 100644 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,18 @@ { "schemaVersion": 1, - "generatedAt": "2026-09-04T06:00:58.676Z", + "generatedAt": "2026-09-05T00:01:31.522Z", "pluginVersion": "0.7.52", - "commandCodeVersion": "1.47.0", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.47.0.tgz", - "modelCount": 72, - "reasoningModelCount": 61, + "commandCodeVersion": "1.49.0", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.49.0.tgz", + "modelCount": 73, + "reasoningModelCount": 62, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", "costCatalogError": null }, "costSources": { - "cli": 21, + "cli": 22, "officialDocs": 46, "thirdParty": 0, "free": 5, diff --git a/models.json b/models.json index c4672a3..fea76bf 100644 --- a/models.json +++ b/models.json @@ -396,6 +396,41 @@ ] } }, + { + "id": "gpt-6-astra", + "name": "GPT-6 Astra", + "tier": "premium", + "reasoning": true, + "reasoningEfforts": [ + "low", + "medium", + "high", + "xhigh", + "max" + ], + "tool_call": true, + "cost": { + "input": 10, + "output": 50, + "cache_read": 1, + "cache_write": 12.5 + }, + "limit": { + "context": 1050000, + "output": 65536 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + } + }, { "id": "deepseek/deepseek-v4-flash", "name": "DeepSeek V4 Flash (latest)", @@ -1661,7 +1696,8 @@ "low", "medium", "high", - "xhigh" + "xhigh", + "max" ], "tool_call": true, "cost": {