Mem0 OpenClaw Plugin (v1.0.6)
Bug Fixes:
- Telemetry: Replaced shared
"anonymous-openclaw"fallback with a persistent per-machine random hash (openclaw-anon-<uuid>), so anonymous plugin users are counted individually in PostHog (#4790) - Telemetry: Added PostHog
$identifyevent on first authenticated run to stitch anonymous history onto the authenticated profile (#4790) - Telemetry: Fixed event loss on short-lived CLI invocations — added
beforeExithandler to flush queued events before the process exits (#4790) - Telemetry: Added lazy
/v1/ping/email resolution so users who configure API key outsidemem0 initshow as their email in PostHog, not an md5 hash (#4790) - Telemetry: Unified CLI event prefix from
openclaw.<cmd>toopenclaw.cli.<cmd>on the needsSetup branch to match the authenticated branch (#4790)
Improvements:
- API: Added
source: "OPENCLAW"to all provider calls (add,search,getAll) across tools, CLI commands, recall, and the OSS backend adapter (#4790)