From 0635e99c5158ee7d6a05f758cd5bb759ec01c03b Mon Sep 17 00:00:00 2001 From: qer Date: Fri, 31 Jul 2026 13:14:00 +0800 Subject: [PATCH] docs(plugins): keep the kimi-cu marketplace blurb accurate for every client Only the capability-aware clients auto-install the KimiCU.app runtime; older builds still get wiring-only (the wrapper's error message then points at the official setup script). Don't overpromise in the catalog text every version reads. --- plugins/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/marketplace.json b/plugins/marketplace.json index e974be8bb..86e2e1aad 100644 --- a/plugins/marketplace.json +++ b/plugins/marketplace.json @@ -14,7 +14,7 @@ "id": "kimi-cu", "tier": "official", "displayName": "Kimi Computer Use", - "description": "macOS GUI automation in the background — click, type, scroll, and drag without taking over your mouse. Installing also sets up the KimiCU.app runtime (macOS only).", + "description": "macOS GUI automation in the background — click, type, scroll, and drag without taking over your mouse. Requires the KimiCU.app runtime (macOS only); current clients set it up automatically on install.", "keywords": ["computer-use", "macos", "accessibility", "automation", "gui"], "source": "https://cdn.kimi.com/kimi-computer-use/latest/kimi-cu-plugin.zip" },