Skip to content
Draft
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/add-mem0-plugin.md
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 9 additions & 0 deletions plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Point Mem0 at an installable plugin archive

Selecting this catalog entry cannot install the Mem0 subdirectory: resolveInstallSource treats every segment after /tree/ as the Git ref, so this becomes the ref main/integrations/mem0-plugin, and the GitHub resolver downloads .../zip/main/integrations/mem0-plugin rather than checking out main and extracting that directory. Package the integration as a directly installable archive/repository, or add explicit GitHub-subdirectory support before advertising this source.

Useful? React with 👍 / 👎.

}
]
}