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: