Skip to content

Commit 1abe9e8

Browse files
fix(catalog): sync command-code@1.57.0 (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5d8e787 commit 1abe9e8

3 files changed

Lines changed: 38 additions & 7 deletions

File tree

_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.56.1
1+
1.57.0

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-09-18T18:01:10.278Z",
3+
"generatedAt": "2026-09-19T00:01:24.459Z",
44
"pluginVersion": "0.7.69",
5-
"commandCodeVersion": "1.56.1",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.56.1.tgz",
7-
"modelCount": 76,
8-
"reasoningModelCount": 65,
5+
"commandCodeVersion": "1.57.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.57.0.tgz",
7+
"modelCount": 77,
8+
"reasoningModelCount": 66,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
1515
"cli": 22,
16-
"officialDocs": 49,
16+
"officialDocs": 50,
1717
"thirdParty": 0,
1818
"free": 5,
1919
"fallback": 0,

models.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,37 @@
986986
]
987987
}
988988
},
989+
{
990+
"id": "z-ai/glm-5.3-flashx",
991+
"name": "GLM-5.3 FlashX",
992+
"tier": "open-source",
993+
"reasoning": true,
994+
"reasoningEfforts": [
995+
"low",
996+
"high",
997+
"max"
998+
],
999+
"tool_call": true,
1000+
"cost": {
1001+
"input": 0.37,
1002+
"output": 1.25,
1003+
"cache_read": 0.075
1004+
},
1005+
"limit": {
1006+
"context": 1000000,
1007+
"output": 131072
1008+
},
1009+
"attachment": true,
1010+
"modalities": {
1011+
"input": [
1012+
"text",
1013+
"image"
1014+
],
1015+
"output": [
1016+
"text"
1017+
]
1018+
}
1019+
},
9891020
{
9901021
"id": "gpt-5.6-luna",
9911022
"name": "GPT-5.6 Luna",

0 commit comments

Comments
 (0)