Skip to content

Commit 396e12e

Browse files
fix(catalog): sync command-code@1.44.0 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d2a9df commit 396e12e

3 files changed

Lines changed: 99 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.42.0
1+
1.44.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-02T18:01:17.115Z",
3+
"generatedAt": "2026-09-03T00:01:34.575Z",
44
"pluginVersion": "0.7.48",
5-
"commandCodeVersion": "1.42.0",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.42.0.tgz",
7-
"modelCount": 69,
8-
"reasoningModelCount": 58,
5+
"commandCodeVersion": "1.44.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.44.0.tgz",
7+
"modelCount": 72,
8+
"reasoningModelCount": 61,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
1515
"cli": 21,
16-
"officialDocs": 43,
16+
"officialDocs": 46,
1717
"thirdParty": 0,
1818
"free": 5,
1919
"fallback": 0,

models.json

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,40 @@
715715
]
716716
}
717717
},
718+
{
719+
"id": "google/gemini-3.8-flash",
720+
"name": "Gemini 3.8 Flash",
721+
"tier": "open-source",
722+
"reasoning": true,
723+
"reasoningEfforts": [
724+
"low",
725+
"medium",
726+
"high"
727+
],
728+
"tool_call": true,
729+
"cost": {
730+
"input": 1.5,
731+
"output": 7.5,
732+
"cache_read": 0.15
733+
},
734+
"limit": {
735+
"context": 1000000,
736+
"output": 65536
737+
},
738+
"attachment": true,
739+
"modalities": {
740+
"input": [
741+
"text",
742+
"image",
743+
"video",
744+
"audio",
745+
"pdf"
746+
],
747+
"output": [
748+
"text"
749+
]
750+
}
751+
},
718752
{
719753
"id": "zai-org/GLM-5",
720754
"name": "GLM-5",
@@ -1600,6 +1634,64 @@
16001634
]
16011635
}
16021636
},
1637+
{
1638+
"id": "meta/muse-spark-1.3",
1639+
"name": "Muse Spark 1.3",
1640+
"tier": "open-source",
1641+
"reasoning": true,
1642+
"tool_call": true,
1643+
"cost": {
1644+
"input": 1.25,
1645+
"output": 4.25,
1646+
"cache_read": 0.15
1647+
},
1648+
"limit": {
1649+
"context": 1048576,
1650+
"output": 65536
1651+
},
1652+
"attachment": true,
1653+
"modalities": {
1654+
"input": [
1655+
"text",
1656+
"image",
1657+
"video",
1658+
"pdf",
1659+
"audio"
1660+
],
1661+
"output": [
1662+
"text"
1663+
]
1664+
}
1665+
},
1666+
{
1667+
"id": "meta/muse-spark-1.3-contributor",
1668+
"name": "Muse Spark 1.3 Contributor",
1669+
"tier": "open-source",
1670+
"reasoning": true,
1671+
"tool_call": true,
1672+
"cost": {
1673+
"input": 0.1,
1674+
"output": 0.2,
1675+
"cache_read": 0.002
1676+
},
1677+
"limit": {
1678+
"context": 1048576,
1679+
"output": 65536
1680+
},
1681+
"attachment": true,
1682+
"modalities": {
1683+
"input": [
1684+
"text",
1685+
"image",
1686+
"video",
1687+
"pdf",
1688+
"audio"
1689+
],
1690+
"output": [
1691+
"text"
1692+
]
1693+
}
1694+
},
16031695
{
16041696
"id": "nvidia/nemotron-3-ultra-550b-a55b",
16051697
"name": "Nemotron 3 Ultra",

0 commit comments

Comments
 (0)