Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cloudbase-marketplace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---

Add the Tencent CloudBase plugin to the curated marketplace.
10 changes: 10 additions & 0 deletions plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"homepage": "https://github.com/GoogleChrome/modern-web-guidance",
"keywords": ["web", "css", "browser", "frontend", "skills"],
"source": "https://github.com/GoogleChrome/modern-web-guidance"
},
{
"id": "cloudbase",
"tier": "curated",
"displayName": "Tencent CloudBase",
"version": "0.2.0",
"description": "Build, deploy, and manage Tencent CloudBase apps — databases, cloud functions, storage, auth, and hosting, powered by cloudbase-mcp.",
"homepage": "https://github.com/TencentCloudBase/CloudBase-AI-Toolkit",
"keywords": ["cloudbase", "tencent-cloud", "baas", "database", "cloud-function", "mcp"],
"source": "https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/releases/latest/download/cloudbase-kimi.zip"
Comment on lines +53 to +57

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin the asset URL to the advertised plugin version

When upstream publishes a release after 0.2.0, the releases/latest URL will serve different plugin bytes while this entry continues to advertise 0.2.0. Because withLatestVersions skips entries that already define version, the UI will still consider an installed 0.2.0 copy up to date, while a fresh installation labeled v0.2.0 may install the newer artifact. Use an immutable release-asset URL and bump both fields together, or derive the catalog version from the mutable source.

Useful? React with 👍 / 👎.

}
]
}
Loading