Skip to content

Commit 1d7b6d8

Browse files
authored
Merge pull request #183 from aicodingstack/codex/complete-cli-pricing
feat(catalog): complete pricing and ranking data
2 parents e15ab72 + 763f71a commit 1d7b6d8

96 files changed

Lines changed: 1706 additions & 747 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/data-health.json

Lines changed: 36 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"asOf": "2026-07-30",
2+
"asOf": "2026-07-31",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -11,45 +11,45 @@
1111
},
1212
"summary": {
1313
"totalRecords": 242,
14-
"recordsWithSources": 231,
15-
"verifiedRecords": 176,
16-
"provenanceComplete": 176,
14+
"recordsWithSources": 235,
15+
"verifiedRecords": 215,
16+
"provenanceComplete": 215,
1717
"staleVerifiedRecords": 0,
1818
"translationPlaceholderValues": 1190,
1919
"danglingRelationships": 0,
2020
"modelBenchmarkCoverage": 9.5,
21-
"productsWithPricing": 63,
21+
"productsWithPricing": 67,
2222
"productRecords": 67,
2323
"communityUrlsPopulated": 302,
2424
"communityUrlsWithProvenance": 302,
2525
"duplicatedVendorCommunityUrls": 0,
2626
"errors": 0,
2727
"warnings": 0,
28-
"info": 11
28+
"info": 7
2929
},
3030
"byCategory": {
3131
"ides": {
3232
"total": 9,
33-
"verified": 0,
34-
"provenanceComplete": 0,
33+
"verified": 7,
34+
"provenanceComplete": 7,
3535
"stale": 0
3636
},
3737
"clis": {
3838
"total": 27,
39-
"verified": 5,
40-
"provenanceComplete": 5,
39+
"verified": 18,
40+
"provenanceComplete": 18,
4141
"stale": 0
4242
},
4343
"desktops": {
4444
"total": 12,
45-
"verified": 0,
46-
"provenanceComplete": 0,
45+
"verified": 7,
46+
"provenanceComplete": 7,
4747
"stale": 0
4848
},
4949
"extensions": {
5050
"total": 19,
51-
"verified": 5,
52-
"provenanceComplete": 5,
51+
"verified": 17,
52+
"provenanceComplete": 17,
5353
"stale": 0
5454
},
5555
"models": {
@@ -73,90 +73,62 @@
7373
},
7474
"translationsByLocale": {
7575
"de": {
76-
"totalStrings": 416,
76+
"totalStrings": 423,
7777
"matchingEnglish": 106,
78-
"matchingEnglishPercent": 25.5
78+
"matchingEnglishPercent": 25.1
7979
},
8080
"es": {
81-
"totalStrings": 416,
81+
"totalStrings": 423,
8282
"matchingEnglish": 98,
83-
"matchingEnglishPercent": 23.6
83+
"matchingEnglishPercent": 23.2
8484
},
8585
"fr": {
86-
"totalStrings": 416,
86+
"totalStrings": 423,
8787
"matchingEnglish": 108,
88-
"matchingEnglishPercent": 26
88+
"matchingEnglishPercent": 25.5
8989
},
9090
"id": {
91-
"totalStrings": 416,
91+
"totalStrings": 423,
9292
"matchingEnglish": 142,
93-
"matchingEnglishPercent": 34.1
93+
"matchingEnglishPercent": 33.6
9494
},
9595
"ja": {
96-
"totalStrings": 416,
96+
"totalStrings": 423,
9797
"matchingEnglish": 100,
98-
"matchingEnglishPercent": 24
98+
"matchingEnglishPercent": 23.6
9999
},
100100
"ko": {
101-
"totalStrings": 416,
101+
"totalStrings": 423,
102102
"matchingEnglish": 108,
103-
"matchingEnglishPercent": 26
103+
"matchingEnglishPercent": 25.5
104104
},
105105
"pt": {
106-
"totalStrings": 416,
106+
"totalStrings": 423,
107107
"matchingEnglish": 108,
108-
"matchingEnglishPercent": 26
108+
"matchingEnglishPercent": 25.5
109109
},
110110
"ru": {
111-
"totalStrings": 416,
111+
"totalStrings": 423,
112112
"matchingEnglish": 117,
113-
"matchingEnglishPercent": 28.1
113+
"matchingEnglishPercent": 27.7
114114
},
115115
"tr": {
116-
"totalStrings": 416,
116+
"totalStrings": 423,
117117
"matchingEnglish": 119,
118-
"matchingEnglishPercent": 28.6
118+
"matchingEnglishPercent": 28.1
119119
},
120120
"zh-Hans": {
121-
"totalStrings": 416,
121+
"totalStrings": 423,
122122
"matchingEnglish": 92,
123-
"matchingEnglishPercent": 22.1
123+
"matchingEnglishPercent": 21.7
124124
},
125125
"zh-Hant": {
126-
"totalStrings": 416,
126+
"totalStrings": 423,
127127
"matchingEnglish": 92,
128-
"matchingEnglishPercent": 22.1
128+
"matchingEnglishPercent": 21.7
129129
}
130130
},
131131
"issues": [
132-
{
133-
"severity": "info",
134-
"code": "missing-sources",
135-
"category": "clis",
136-
"id": "droid-cli",
137-
"message": "No structured source references are recorded."
138-
},
139-
{
140-
"severity": "info",
141-
"code": "missing-sources",
142-
"category": "extensions",
143-
"id": "cline",
144-
"message": "No structured source references are recorded."
145-
},
146-
{
147-
"severity": "info",
148-
"code": "missing-sources",
149-
"category": "extensions",
150-
"id": "tabnine",
151-
"message": "No structured source references are recorded."
152-
},
153-
{
154-
"severity": "info",
155-
"code": "missing-sources",
156-
"category": "ides",
157-
"id": "zed",
158-
"message": "No structured source references are recorded."
159-
},
160132
{
161133
"severity": "info",
162134
"code": "missing-sources",

data/github-stars.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,45 @@
33
"amp": null,
44
"augment-code": null,
55
"claude-code": 139.2,
6-
"cline": 65.1,
7-
"codex": null,
6+
"cline": 65.3,
7+
"codex": 102.6,
88
"continue": 35.1,
99
"droid": null,
1010
"gemini-code-assist": null,
1111
"github-copilot": null,
12-
"jetbrains-junie": null,
12+
"jetbrains-junie": 0.3,
1313
"kilo-code": 26.5,
1414
"kimi-code": 5.2,
1515
"mistral-vibe": null,
1616
"opencode-extension": 190,
1717
"qoder": null,
1818
"roo-code": 24.4,
19-
"rovo-dev": null,
19+
"rovo-dev": 0.1,
2020
"tabnine": 10.8,
2121
"verdent": 0
2222
},
2323
"clis": {
2424
"amazon-q-developer-cli": 2,
2525
"amp-cli": null,
2626
"antigravity-cli": 1.7,
27-
"augment-code-cli": 0.3,
27+
"auggie-cli": 0.3,
2828
"claude-code-cli": 139.2,
29-
"cline-cli": null,
29+
"cline-cli": 65.3,
3030
"codebuddy-cli": null,
31-
"codex-cli": 101.7,
31+
"codex-cli": 102.6,
3232
"continue-cli": 35.1,
3333
"cursor-cli": 33.1,
3434
"droid-cli": null,
3535
"gemini-cli": 106.2,
3636
"github-copilot-cli": 11,
3737
"gitlab-duo-cli": null,
3838
"grok-build": 22.8,
39-
"junie-cli": null,
39+
"junie-cli": 0.3,
4040
"kilo-code-cli": 26.5,
4141
"kimi-cli": 5.2,
4242
"kiro-cli": 4.1,
4343
"kode": 5.2,
44-
"mistral-vibe-cli": null,
44+
"vibe-cli": 4.8,
4545
"neovate-code": 1.6,
4646
"omp": 19.9,
4747
"opencode": 190,
@@ -52,9 +52,9 @@
5252
"desktops": {
5353
"air": null,
5454
"claude-code-desktop": 139.2,
55-
"codex-app": null,
55+
"codex-app": 102.6,
5656
"factory-desktop": null,
57-
"minimax-code": null,
57+
"minimax-code": 0,
5858
"opencode-desktop": 190,
5959
"qoder": null,
6060
"stagewise": 6.8,
@@ -69,7 +69,7 @@
6969
"cursor": 33.1,
7070
"intellij-idea": 20.4,
7171
"kiro": 4.1,
72-
"trae": null,
72+
"trae": 0.9,
7373
"vscode": 187.9,
7474
"windsurf": null,
7575
"zed": 87.6

docs/DATA-HEALTH.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# Data Health Report
22

3-
Snapshot date: 2026-07-30. Regenerate with `pnpm data-health:report`.
3+
Snapshot date: 2026-07-31. Regenerate with `pnpm data-health:report`.
44

55
## Scorecard
66

77
| Metric | Value |
88
| --- | ---: |
99
| Manifest records | 242 |
10-
| Records with structured sources | 231 |
11-
| Verified records | 176 |
12-
| Verified with complete provenance | 176 |
10+
| Records with structured sources | 235 |
11+
| Verified records | 215 |
12+
| Verified with complete provenance | 215 |
1313
| Stale verified records | 0 |
1414
| Non-English values identical to English | 1190 |
1515
| Dangling product relationships | 0 |
1616
| Model benchmark coverage | 9.5% |
17-
| Products with pricing | 63/67 |
17+
| Products with pricing | 67/67 |
1818
| Community URLs with provenance | 302/302 |
1919
| Duplicated vendor community URLs | 0 |
20-
| Errors / warnings / info | 0 / 0 / 11 |
20+
| Errors / warnings / info | 0 / 0 / 7 |
2121

2222
## Category Breakdown
2323

2424
| Category | Total | Verified | Provenance complete | Stale |
2525
| --- | ---: | ---: | ---: | ---: |
26-
| ides | 9 | 0 | 0 | 0 |
27-
| clis | 27 | 5 | 5 | 0 |
28-
| desktops | 12 | 0 | 0 | 0 |
29-
| extensions | 19 | 5 | 5 | 0 |
26+
| ides | 9 | 7 | 7 | 0 |
27+
| clis | 27 | 18 | 18 | 0 |
28+
| desktops | 12 | 7 | 7 | 0 |
29+
| extensions | 19 | 17 | 17 | 0 |
3030
| models | 123 | 122 | 122 | 0 |
3131
| providers | 12 | 4 | 4 | 0 |
3232
| vendors | 40 | 40 | 40 | 0 |
@@ -37,23 +37,23 @@ Exact English matches are a triage signal; product names and technical terms can
3737

3838
| Locale | Comparable strings | Exact English matches | Match rate |
3939
| --- | ---: | ---: | ---: |
40-
| de | 416 | 106 | 25.5% |
41-
| es | 416 | 98 | 23.6% |
42-
| fr | 416 | 108 | 26% |
43-
| id | 416 | 142 | 34.1% |
44-
| ja | 416 | 100 | 24% |
45-
| ko | 416 | 108 | 26% |
46-
| pt | 416 | 108 | 26% |
47-
| ru | 416 | 117 | 28.1% |
48-
| tr | 416 | 119 | 28.6% |
49-
| zh-Hans | 416 | 92 | 22.1% |
50-
| zh-Hant | 416 | 92 | 22.1% |
40+
| de | 423 | 106 | 25.1% |
41+
| es | 423 | 98 | 23.2% |
42+
| fr | 423 | 108 | 25.5% |
43+
| id | 423 | 142 | 33.6% |
44+
| ja | 423 | 100 | 23.6% |
45+
| ko | 423 | 108 | 25.5% |
46+
| pt | 423 | 108 | 25.5% |
47+
| ru | 423 | 117 | 27.7% |
48+
| tr | 423 | 119 | 28.1% |
49+
| zh-Hans | 423 | 92 | 21.7% |
50+
| zh-Hant | 423 | 92 | 21.7% |
5151

5252
## Backlog by Issue Type
5353

5454
| Issue | Count |
5555
| --- | ---: |
56-
| missing-sources | 11 |
56+
| missing-sources | 7 |
5757

5858
## Priority Queue
5959

manifests/clis/amazon-q-developer-cli.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"description": "Amazon Q Developer CLI 是您命令列中的智能 AI 助手,執行任務、理解您的程式碼庫,並透過自適應自然對話加速開發。"
3939
}
4040
},
41-
"verified": false,
41+
"verified": true,
42+
"lastVerifiedAt": "2026-07-30",
43+
"verifiedBy": "codex-agent",
44+
"confidence": "high",
4245
"websiteUrl": "https://aws.amazon.com/q/developer",
4346
"docsUrl": "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html",
4447
"vendor": "AWS",
@@ -54,24 +57,17 @@
5457
"category": "Individual"
5558
},
5659
{
57-
"name": "Pay-per-use",
58-
"value": null,
60+
"name": "Pro Tier",
61+
"value": 19,
5962
"currency": "USD",
60-
"per": "request",
63+
"per": "user/month",
6164
"category": "Individual"
62-
},
63-
{
64-
"name": "Enterprise",
65-
"value": null,
66-
"currency": null,
67-
"per": "custom",
68-
"category": "Enterprise"
6965
}
7066
],
7167
"resourceUrls": {
7268
"download": "https://aws.amazon.com/developer/learning/q-developer-cli",
7369
"changelog": "https://github.com/aws/amazon-q-developer-cli/releases",
74-
"pricing": "https://aws.amazon.com/q/pricing",
70+
"pricing": "https://aws.amazon.com/q/developer/pricing",
7571
"mcp": null,
7672
"issue": "https://github.com/aws/amazon-q-developer-cli/issues"
7773
},
@@ -115,6 +111,11 @@
115111
"url": "https://aws.amazon.com/blogs/aws",
116112
"title": "Amazon Q Developer CLI blog community",
117113
"fields": ["communityUrls.blog"]
114+
},
115+
{
116+
"url": "https://aws.amazon.com/q/developer/pricing",
117+
"title": "Amazon Q Developer pricing",
118+
"fields": ["pricing", "resourceUrls.pricing"]
118119
}
119120
]
120121
}

0 commit comments

Comments
 (0)