Skip to content

Commit 95d8bc9

Browse files
committed
feat(catalog): canonicalize vendor identities
1 parent 40b7fd8 commit 95d8bc9

25 files changed

Lines changed: 564 additions & 274 deletions

manifests/$schemas/vendor.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
{
1111
"type": "object",
1212
"properties": {
13+
"aliases": {
14+
"type": "array",
15+
"description": "Alternative names that resolve to this canonical vendor",
16+
"items": {
17+
"type": "string",
18+
"minLength": 1
19+
},
20+
"uniqueItems": true
21+
},
1322
"communityUrls": {
1423
"$ref": "./ref/community-urls.schema.json"
1524
}

manifests/providers/kwaikatonai.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"verified": false,
4242
"websiteUrl": "https://kwaikatonai.com",
4343
"docsUrl": "https://openrouter.ai/kwaipilot",
44-
"vendor": "Kwai",
44+
"vendor": "StreamLake",
4545
"type": "foundation-model-provider",
4646
"applyKeyUrl": null,
4747
"platformUrls": {

manifests/vendors/anomaly.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"$schema": "../$schemas/vendor.schema.json",
3+
"id": "anomaly",
4+
"name": "Anomaly",
5+
"aliases": ["Anomaly Co."],
6+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces.",
7+
"translations": {
8+
"de": {
9+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
10+
},
11+
"es": {
12+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
13+
},
14+
"fr": {
15+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
16+
},
17+
"id": {
18+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
19+
},
20+
"ja": {
21+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
22+
},
23+
"ko": {
24+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
25+
},
26+
"pt": {
27+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
28+
},
29+
"ru": {
30+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
31+
},
32+
"tr": {
33+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
34+
},
35+
"zh-Hans": {
36+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
37+
},
38+
"zh-Hant": {
39+
"description": "Anomaly develops OpenCode, an open source coding agent available across terminal, desktop, and editor surfaces."
40+
}
41+
},
42+
"verified": false,
43+
"sources": [
44+
{
45+
"url": "https://anoma.ly",
46+
"title": "Anomaly official site"
47+
},
48+
{
49+
"url": "https://github.com/anomalyco",
50+
"title": "Anomaly GitHub organization"
51+
}
52+
],
53+
"lastVerifiedAt": "2026-07-21",
54+
"verifiedBy": "codex-agent",
55+
"confidence": "high",
56+
"websiteUrl": "https://anoma.ly",
57+
"communityUrls": {
58+
"linkedin": null,
59+
"twitter": "https://x.com/opencode",
60+
"github": "https://github.com/anomalyco",
61+
"youtube": null,
62+
"discord": "https://discord.gg/opencode",
63+
"reddit": null,
64+
"blog": null
65+
}
66+
}

manifests/vendors/atlassian.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"$schema": "../$schemas/vendor.schema.json",
3+
"id": "atlassian",
4+
"name": "Atlassian",
5+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent.",
6+
"translations": {
7+
"de": {
8+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
9+
},
10+
"es": {
11+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
12+
},
13+
"fr": {
14+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
15+
},
16+
"id": {
17+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
18+
},
19+
"ja": {
20+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
21+
},
22+
"ko": {
23+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
24+
},
25+
"pt": {
26+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
27+
},
28+
"ru": {
29+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
30+
},
31+
"tr": {
32+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
33+
},
34+
"zh-Hans": {
35+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
36+
},
37+
"zh-Hant": {
38+
"description": "Atlassian develops collaboration and DevOps products including Jira, Confluence, Bitbucket, and the Rovo Dev coding agent."
39+
}
40+
},
41+
"verified": false,
42+
"sources": [
43+
{
44+
"url": "https://www.atlassian.com/company",
45+
"title": "About Atlassian"
46+
},
47+
{
48+
"url": "https://www.atlassian.com/software/rovo-dev",
49+
"title": "Rovo Dev"
50+
}
51+
],
52+
"lastVerifiedAt": "2026-07-21",
53+
"verifiedBy": "codex-agent",
54+
"confidence": "high",
55+
"websiteUrl": "https://www.atlassian.com",
56+
"communityUrls": {
57+
"linkedin": "https://www.linkedin.com/company/atlassian",
58+
"twitter": "https://x.com/Atlassian",
59+
"github": "https://github.com/atlassian",
60+
"youtube": "https://www.youtube.com/@Atlassian",
61+
"discord": null,
62+
"reddit": "https://www.reddit.com/r/atlassian",
63+
"blog": "https://www.atlassian.com/blog"
64+
}
65+
}

manifests/vendors/cline-bot.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

manifests/vendors/cline.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "../$schemas/vendor.schema.json",
33
"id": "cline",
44
"name": "Cline",
5+
"aliases": ["Cline Bot"],
56
"description": "Open-source autonomous coding agent for VS Code with model-agnostic design, MCP integration, and human-in-the-loop approval, trusted by 4M+ developers worldwide.",
67
"translations": {
78
"zh-Hans": {

manifests/vendors/continue-dev.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

manifests/vendors/continue.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "../$schemas/vendor.schema.json",
33
"id": "continue",
44
"name": "Continue",
5+
"aliases": ["Continue Dev"],
56
"description": "Open-source platform enabling developers to automate coding workflows through background agents, CLI tools, and IDE integrations with multi-model support.",
67
"translations": {
78
"zh-Hans": {

manifests/vendors/factory-ai.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "../$schemas/vendor.schema.json",
33
"id": "factory-ai",
44
"name": "Factory AI",
5+
"aliases": ["Factory.ai"],
56
"description": "Agent-native software development company building autonomous AI Droids that automate the software development lifecycle, saving enterprises over 500,000 engineering hours.",
67
"translations": {
78
"zh-Hans": {

manifests/vendors/gitlab.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"$schema": "../$schemas/vendor.schema.json",
3+
"id": "gitlab",
4+
"name": "GitLab",
5+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools.",
6+
"translations": {
7+
"de": {
8+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
9+
},
10+
"es": {
11+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
12+
},
13+
"fr": {
14+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
15+
},
16+
"id": {
17+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
18+
},
19+
"ja": {
20+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
21+
},
22+
"ko": {
23+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
24+
},
25+
"pt": {
26+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
27+
},
28+
"ru": {
29+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
30+
},
31+
"tr": {
32+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
33+
},
34+
"zh-Hans": {
35+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
36+
},
37+
"zh-Hant": {
38+
"description": "GitLab is a DevSecOps platform company providing source control, CI/CD, collaboration, and AI-assisted software development tools."
39+
}
40+
},
41+
"verified": false,
42+
"sources": [
43+
{
44+
"url": "https://about.gitlab.com/company/",
45+
"title": "About GitLab"
46+
},
47+
{
48+
"url": "https://github.com/gitlabhq",
49+
"title": "GitLab GitHub organization"
50+
}
51+
],
52+
"lastVerifiedAt": "2026-07-21",
53+
"verifiedBy": "codex-agent",
54+
"confidence": "high",
55+
"websiteUrl": "https://about.gitlab.com",
56+
"communityUrls": {
57+
"linkedin": "https://www.linkedin.com/company/gitlab-com",
58+
"twitter": "https://x.com/gitlab",
59+
"github": "https://github.com/gitlabhq",
60+
"youtube": "https://www.youtube.com/@GitLab",
61+
"discord": null,
62+
"reddit": null,
63+
"blog": "https://about.gitlab.com/blog"
64+
}
65+
}

0 commit comments

Comments
 (0)