Mem0 Python CLI (v0.2.3)
Bug Fixes:
- Telemetry: Replaced shared
"anonymous-cli"fallback with a persistent per-machine random hash (cli-anon-<uuid>), so anonymous CLI users are counted individually in PostHog instead of collapsing into one identity (#4789) - Telemetry: Added PostHog
$identifyevent on first authenticated run to stitch pre-signup anonymous history onto the authenticated user profile (#4789)
Improvements:
- API: All API calls now include
source=CLIin request bodies (POST/PUT) and query params (GET/DELETE) for server-side attribution (#4789)