From 39976486cdb99c028e30bb589273a35729d89198 Mon Sep 17 00:00:00 2001 From: Himanshu-Sangshetti Date: Sat, 15 Aug 2026 14:59:29 +0530 Subject: [PATCH] feat(plugins): add Mem0 to marketplace --- .changeset/add-mem0-plugin.md | 5 +++++ plugins/marketplace.json | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 .changeset/add-mem0-plugin.md diff --git a/.changeset/add-mem0-plugin.md b/.changeset/add-mem0-plugin.md new file mode 100644 index 0000000000..802f3bec90 --- /dev/null +++ b/.changeset/add-mem0-plugin.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Add the Mem0 plugin to the bundled plugin marketplace. Run /plugins and select Mem0 to install it. diff --git a/plugins/marketplace.json b/plugins/marketplace.json index ed80d8594e..0c4843f0ba 100644 --- a/plugins/marketplace.json +++ b/plugins/marketplace.json @@ -45,6 +45,15 @@ "homepage": "https://github.com/GoogleChrome/modern-web-guidance", "keywords": ["web", "css", "browser", "frontend", "skills"], "source": "https://github.com/GoogleChrome/modern-web-guidance" + }, + { + "id": "mem0", + "tier": "curated", + "displayName": "Mem0", + "description": "Persistent memory for Kimi Code CLI. Remembers your decisions, conventions, and preferences across sessions.", + "homepage": "https://mem0.ai", + "keywords": ["memory", "personalization", "mcp", "semantic-search"], + "source": "https://github.com/mem0ai/mem0/tree/main/integrations/mem0-plugin" } ] }