feat(plugins): add Mem0 to marketplace - #2944
Conversation
🦋 Changeset detectedLatest commit: 3997648 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 39976486cd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "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" |
There was a problem hiding this comment.
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 👍 / 👎.
|
Heads up: the Codex review is correct that the |
What changed
Adds a
curatedmarketplace entry for Mem0 so Kimi Code CLI users can install it from/plugins. Mem0 gives the agent persistent, cross-session memory of decisions, conventions, and preferences, via the Mem0 MCP server, skills, and auto-capture hooks.plugins/marketplace.json: new curated entry.changeset/add-mem0-plugin.md: patch changesetNo prior issue, as this is a small marketplace data addition.
Note on
source: the plugin lives in a monorepo subdirectory (mem0ai/mem0atintegrations/mem0-plugin), sosourceis a/tree/main/<subdir>URL rather than a repo root. It installs cleanly as a local path; flagging in case the resolver expects a repo-root manifest, in which case we can point at a dedicated repo.Checklist