cli-node-v0.2.9

mem0ai/mem0cli-node-v0.2.9Jun 24, 2026by whysosaket

AI Summary

The Node.js CLI v0.2.9 mirrors the security improvement of the Python CLI, ensuring the API key is not exposed via command-line arguments during telemetry reporting.

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 Node CLI (v0.2.9)

### 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.