This release includes 2 security fixes for security teams reviewing exposed deployments.
Topics
+7 more
Affected surfaces
ReleasePort's take
Moderate signalThe release fixes payload conversion for custom categories and skips runtime setup in CLI‑metadata registration mode.
Why it matters: Addresses integration reliability bugs; upgrades `mem0ai` Node SDK to version 3.0.7, remediating an axios CVE.
Summary
AI summaryCustom categories payload conversion fixes and metadata‑only registration skip improve integration reliability.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Dependency | High |
Bumped `mem0ai` Node SDK from 3.0.3 to 3.0.7, including axios CVE remediation. Bumped `mem0ai` Node SDK from 3.0.3 to 3.0.7, including axios CVE remediation. Source: llm_adapter@2026-06-13 Confidence: low |
— |
| Dependency | Medium |
Updated pnpm override for `uuid` to >=11.1.1 to resolve a MEDIUM Dependabot alert. Updated pnpm override for `uuid` to >=11.1.1 to resolve a MEDIUM Dependabot alert. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
Convert `customCategories` map to list before passing to Mem0 SDK on add calls. Convert `customCategories` map to list before passing to Mem0 SDK on add calls. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
Skip runtime setup when registration mode is "cli-metadata" during metadata registration. Skip runtime setup when registration mode is "cli-metadata" during metadata registration. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Refactor | Low |
Moved Mem0 OpenClaw plugin from repo-root `openclaw/` to `integrations/openclaw/` and updated repository directory in package.json. Moved Mem0 OpenClaw plugin from repo-root `openclaw/` to `integrations/openclaw/` and updated repository directory in package.json. Source: llm_adapter@2026-06-13 Confidence: high |
— |
Full changelog
Mem0 OpenClaw Plugin (v1.0.13)
Fixes:
- Custom categories payload:
customCategories(aRecord<string, string>map) is now converted via the newcustomCategoryMapToList()helper into theArray<Record<string, string>>shape the Mem0 SDK expects onaddcalls — previously the raw object was passed ascustom_categoriesand silently ignored (#5345) - Skip runtime setup during metadata registration:
register()now detectsregistrationMode === "cli-metadata", registers only the CLI commands, and returns early — avoiding backend initialization, service/tool registration, and hook installation during OpenClaw's metadata-only registration pass (#5383)
Security:
- Bumped
mem0aifrom3.0.3to3.0.7(latest Node SDK) — includes the transitive axios CVE remediation shipped in3.0.6(#5460) - Added pnpm override
uuid@<11.1.1→>=11.1.1to resolve an open MEDIUM Dependabot alert (#5489)
Improvements:
- Repo consolidation: Plugin moved from repo-root
openclaw/tointegrations/openclaw/;package.jsonrepository.directoryupdated to match so npm provenance links to the correct subdirectory (#5491)
Tests:
Security Fixes
- dep: axios CVE remediated in mem0ai 3.0.7 (via transitive update from 3.0.6)
- pnpm override uuid@=11.1.1 resolves open MEDIUM Dependabot alert
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]