From 592d60812fad3b94d88bf2ad2a920296c31c49c1 Mon Sep 17 00:00:00 2001 From: qer Date: Thu, 20 Aug 2026 21:16:52 +0800 Subject: [PATCH] feat: add Tencent CloudBase plugin to the curated marketplace --- .changeset/cloudbase-marketplace.md | 5 +++++ plugins/marketplace.json | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .changeset/cloudbase-marketplace.md diff --git a/.changeset/cloudbase-marketplace.md b/.changeset/cloudbase-marketplace.md new file mode 100644 index 0000000000..942b71781b --- /dev/null +++ b/.changeset/cloudbase-marketplace.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Add the Tencent CloudBase plugin to the curated marketplace. diff --git a/plugins/marketplace.json b/plugins/marketplace.json index ed80d8594e..e8718b57dd 100644 --- a/plugins/marketplace.json +++ b/plugins/marketplace.json @@ -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" } ] }