cli-v0.2.8
mem0ai/mem0cli-v0.2.8Jun 24, 2026by whysosaket
AI Summary
The Python CLI v0.2.8 includes a security improvement to prevent the Mem0 API key from being exposed in process lists by changing how telemetry context is passed.
Key Highlights
- Telemetry no longer passes the Mem0 API key via command-line arguments.
- Context is now sent over stdin to ensure key privacy.
Full Release Notes
## Mem0 Python CLI (v0.2.8) ### Security - Telemetry no longer passes the Mem0 API key to its child process via command-line arguments. The context is now sent over stdin, so the key is no longer visible in the process list (ps, /proc/<pid>/cmdline, Activity Monitor). Fixes #4862.