Skip to content

Commit 2abfb37

Browse files
ericyangpanclaude
andcommitted
feat: add new product manifests and reorganize Codex
- Add Codex CLI manifest (codex-cli.json) - OpenAI's local coding agent - Add Codex extension manifest (codex.json) - IDE extension version - Add Antigravity IDE manifest - Google's AI-powered IDE - Remove old codex.json from CLIs (reorganized as codex-cli) All manifests include bilingual descriptions (English, Simplified Chinese), pricing information, resource URLs, and platform support details. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f60a792 commit 2abfb37

File tree

3 files changed

+157
-4
lines changed

3 files changed

+157
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"id": "codex",
3-
"name": "Codex",
2+
"id": "codex-cli",
3+
"name": "Codex CLI",
44
"description": "OpenAI's Codex CLI is a local coding agent that reads, modifies, and runs code through natural language commands. Enables building, debugging, and automating coding tasks.",
55
"i18n": {
66
"zh-Hans": {
77
"description": "OpenAI 的 Codex CLI 是本地编码 Agent,通过自然语言命令读取、修改和运行代码。支持构建、调试和自动化编码任务。"
88
}
99
},
10-
"websiteUrl": "https://openai.com/codex/",
10+
"websiteUrl": "https://openai.com/codex",
1111
"docsUrl": "https://developers.openai.com/codex/cli",
1212
"verified": false,
1313
"vendor": "OpenAI",
@@ -58,7 +58,7 @@
5858
"youtube": null,
5959
"discord": null,
6060
"reddit": null,
61-
"blog": "https://openai.com/blog/introducing-codex-cli"
61+
"blog": "https://openai.com/news"
6262
},
6363
"relatedProducts": [],
6464
"platforms": [

manifests/extensions/codex.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"id": "codex",
3+
"name": "Codex",
4+
"description": "OpenAI's Codex is an AI coding assistant extension for your IDE. It reads, modifies, and runs code through natural language commands, enabling building, debugging, and automating coding tasks.",
5+
"i18n": {
6+
"zh-Hans": {
7+
"description": "OpenAI 的 Codex 是一个集成到 IDE 中的 AI 编码助手扩展。通过自然语言命令读取、修改和运行代码,支持构建、调试和自动化编码任务。"
8+
}
9+
},
10+
"websiteUrl": "https://openai.com/codex",
11+
"docsUrl": "https://developers.openai.com/codex/cli",
12+
"verified": false,
13+
"vendor": "OpenAI",
14+
"latestVersion": "0.44.0",
15+
"githubUrl": "https://github.com/openai/codex",
16+
"license": "Apache-2.0",
17+
"pricing": [
18+
{
19+
"name": "ChatGPT Plus",
20+
"value": 20,
21+
"currency": "USD",
22+
"per": "month",
23+
"category": "Individual"
24+
},
25+
{
26+
"name": "ChatGPT Pro",
27+
"value": 200,
28+
"currency": "USD",
29+
"per": "month",
30+
"category": "Individual"
31+
},
32+
{
33+
"name": "ChatGPT Business",
34+
"value": 30,
35+
"currency": "USD",
36+
"per": "user/month",
37+
"category": "Business"
38+
},
39+
{
40+
"name": "ChatGPT Enterprise",
41+
"value": null,
42+
"currency": null,
43+
"per": "custom",
44+
"category": "Enterprise"
45+
}
46+
],
47+
"resourceUrls": {
48+
"download": "https://github.com/openai/codex/releases",
49+
"changelog": "https://github.com/openai/codex/blob/main/CHANGELOG.md",
50+
"pricing": "https://openai.com/pricing",
51+
"mcp": null,
52+
"issue": "https://github.com/openai/codex/issues"
53+
},
54+
"communityUrls": {
55+
"linkedin": null,
56+
"twitter": "https://x.com/OpenAI",
57+
"github": "https://github.com/openai/codex",
58+
"youtube": null,
59+
"discord": null,
60+
"reddit": null,
61+
"blog": "https://openai.com/news"
62+
},
63+
"relatedProducts": [
64+
{
65+
"type": "cli",
66+
"productId": "codex-cli"
67+
}
68+
],
69+
"supportedIdes": [
70+
{
71+
"ideId": "vscode",
72+
"marketplaceUrl": null,
73+
"installUri": null
74+
}
75+
]
76+
}

manifests/ides/antigravity.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"id": "antigravity",
3+
"name": "Antigravity",
4+
"description": "Google's AI-powered integrated development environment (IDE) for modern software development with advanced AI capabilities.",
5+
"i18n": {
6+
"zh-Hans": {
7+
"description": "Google 的 AI 驱动集成开发环境(IDE),用于现代软件开发,具有先进的 AI 功能。"
8+
}
9+
},
10+
"websiteUrl": "https://antigravity.google",
11+
"docsUrl": "https://antigravity.google/docs",
12+
"verified": false,
13+
"vendor": "Google",
14+
"latestVersion": "1.11.5",
15+
"githubUrl": null,
16+
"license": "Proprietary",
17+
"pricing": [
18+
{
19+
"name": "Individual",
20+
"value": 0,
21+
"currency": null,
22+
"per": null,
23+
"category": "Individual"
24+
},
25+
{
26+
"name": "Team",
27+
"value": null,
28+
"currency": null,
29+
"per": "custom",
30+
"category": "Business"
31+
},
32+
{
33+
"name": "Enterprise",
34+
"value": null,
35+
"currency": null,
36+
"per": "custom",
37+
"category": "Enterprise"
38+
}
39+
],
40+
"resourceUrls": {
41+
"download": "https://antigravity.google/download",
42+
"changelog": "https://antigravity.google/changelog",
43+
"pricing": "https://antigravity.google/pricing",
44+
"mcp": null,
45+
"issue": null
46+
},
47+
"communityUrls": {
48+
"linkedin": "https://www.linkedin.com/company/google-antigravity",
49+
"twitter": "https://x.com/antigravity",
50+
"github": null,
51+
"youtube": "https://www.youtube.com/@googleantigravity",
52+
"discord": null,
53+
"reddit": "https://www.reddit.com/r/google_antigravity",
54+
"blog": "https://antigravity.google/blog"
55+
},
56+
"relatedProducts": [],
57+
"platforms": [
58+
{
59+
"os": "macOS",
60+
"installCommand": null,
61+
"launchCommand": null,
62+
"installPath": null
63+
},
64+
{
65+
"os": "Windows",
66+
"installCommand": null,
67+
"launchCommand": null,
68+
"installPath": null
69+
},
70+
{
71+
"os": "Linux",
72+
"installCommand": null,
73+
"launchCommand": null,
74+
"installPath": null
75+
}
76+
]
77+
}

0 commit comments

Comments
 (0)