Skip to content

Commit 3b18c5f

Browse files
fix(catalog): sync command-code@1.40.1 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9fa46c commit 3b18c5f

3 files changed

Lines changed: 42 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.39.3
1+
1.40.1

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-09-01T18:01:30.152Z",
3+
"generatedAt": "2026-09-02T12:41:12.672Z",
44
"pluginVersion": "0.7.21",
5-
"commandCodeVersion": "1.39.3",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.3.tgz",
7-
"modelCount": 66,
8-
"reasoningModelCount": 55,
5+
"commandCodeVersion": "1.40.1",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.40.1.tgz",
7+
"modelCount": 67,
8+
"reasoningModelCount": 56,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
15-
"cli": 20,
15+
"cli": 21,
1616
"officialDocs": 41,
1717
"thirdParty": 0,
1818
"free": 5,

models.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,41 @@
3333
]
3434
}
3535
},
36+
{
37+
"id": "claude-fable-5-1",
38+
"name": "Claude Fable 5.1",
39+
"tier": "premium",
40+
"reasoning": true,
41+
"reasoningEfforts": [
42+
"low",
43+
"medium",
44+
"high",
45+
"xhigh",
46+
"max"
47+
],
48+
"tool_call": true,
49+
"cost": {
50+
"input": 10,
51+
"output": 50,
52+
"cache_read": 0.25,
53+
"cache_write": 12.5
54+
},
55+
"limit": {
56+
"context": 1000000,
57+
"output": 65536
58+
},
59+
"attachment": true,
60+
"modalities": {
61+
"input": [
62+
"text",
63+
"image",
64+
"pdf"
65+
],
66+
"output": [
67+
"text"
68+
]
69+
}
70+
},
3671
{
3772
"id": "claude-haiku-4-5-20251001",
3873
"name": "Claude Haiku 4.5",

0 commit comments

Comments
 (0)