cli-v0.2.8

tremorlabs/tremorcli-v0.2.8Jun 24, 2026by whysosaket

AI Summary

Mem0 Python CLI v0.2.8 addresses a security vulnerability by changing how telemetry passes the API key from command-line arguments to stdin to prevent visibility in process lists.

Key Highlights

  • Telemetry no longer passes API key via command-line arguments
  • Key is now sent securely via stdin

New Features

  • Secure telemetry implementation

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.