Skip to content

Commit b9aa650

Browse files
ericyangpanclaude
andcommitted
fix: update resource URLs and naming in manifests
- Fix Codex CLI download URL (github releases -> developers.openai.com) - Fix Codex CLI changelog URL (blob/main/CHANGELOG.md -> releases) - Fix Kimi CLI changelog URL (blob/main/CHANGELOG.md -> releases) - Rename "MCP" -> "Model Context Protocol (MCP)" in collections - Rename "Commands" -> "Slash Commands" in collections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a39eec6 commit b9aa650

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

manifests/clis/codex-cli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
}
5050
],
5151
"resourceUrls": {
52-
"download": "https://github.com/openai/codex/releases",
53-
"changelog": "https://github.com/openai/codex/blob/main/CHANGELOG.md",
52+
"download": "https://developers.openai.com/codex/cli",
53+
"changelog": "https://github.com/openai/codex/releases",
5454
"pricing": "https://openai.com/pricing",
5555
"mcp": null,
5656
"issue": "https://github.com/openai/codex/issues"

manifests/clis/kimi-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"resourceUrls": {
3131
"download": null,
32-
"changelog": "https://github.com/MoonshotAI/kimi-cli/blob/main/CHANGELOG.md",
32+
"changelog": "https://github.com/MoonshotAI/kimi-cli/releases",
3333
"pricing": null,
3434
"mcp": null,
3535
"issue": "https://github.com/MoonshotAI/kimi-cli/issues"

manifests/collections.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
},
334334
"items": [
335335
{
336-
"name": "MCP",
336+
"name": "Model Context Protocol (MCP)",
337337
"url": "https://modelcontextprotocol.io",
338338
"description": "Open standard connecting AI applications to external systems like data sources, tools, and workflows",
339339
"translations": {
@@ -376,7 +376,7 @@
376376
}
377377
},
378378
{
379-
"name": "Commands",
379+
"name": "Slash Commands",
380380
"url": "https://cursor.com/docs/agent/chat/commands",
381381
"description": "Custom commands that create reusable workflows triggered with a `/` prefix in the chat input, stored as Markdown files in project, global, or team locations",
382382
"translations": {

manifests/extensions/codex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
}
4747
],
4848
"resourceUrls": {
49-
"download": "https://github.com/openai/codex/releases",
50-
"changelog": "https://github.com/openai/codex/blob/main/CHANGELOG.md",
49+
"download": "https://developers.openai.com/codex/ide",
50+
"changelog": "https://github.com/openai/codex/releases",
5151
"pricing": "https://openai.com/pricing",
5252
"mcp": null,
5353
"issue": "https://github.com/openai/codex/issues"

0 commit comments

Comments
 (0)