github mem0ai/mem0 openclaw-v1.0.13
Mem0 OpenClaw Plugin (v1.0.13)

latest releases: ts-v3.0.8, v2.0.6, opencode-v0.1.3...
8 hours ago

Mem0 OpenClaw Plugin (v1.0.13)

Fixes:

  • Custom categories payload: customCategories (a Record<string, string> map) is now converted via the new customCategoryMapToList() helper into the Array<Record<string, string>> shape the Mem0 SDK expects on add calls — previously the raw object was passed as custom_categories and silently ignored (#5345)
  • Skip runtime setup during metadata registration: register() now detects registrationMode === "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 mem0ai from 3.0.3 to 3.0.7 (latest Node SDK) — includes the transitive axios CVE remediation shipped in 3.0.6 (#5460)
  • Added pnpm override uuid@<11.1.1>=11.1.1 to resolve an open MEDIUM Dependabot alert (#5489)

Improvements:

  • Repo consolidation: Plugin moved from repo-root openclaw/ to integrations/openclaw/; package.json repository.directory updated to match so npm provenance links to the correct subdirectory (#5491)

Tests:

  • Added customCategoryMapToList unit tests and a PlatformProvider test asserting custom_categories is passed to the Mem0 SDK as a list (#5345)
  • Added a regression test asserting cli-metadata registration registers only CLI commands and triggers no runtime side effects (#5383)

Don't miss a new mem0 release

NewReleases is sending notifications on new releases.