cli-v0.2.9

mem0ai/mem0cli-v0.2.9Jul 1, 2026by whysosaket

AI Summary

The Mem0 Python CLI v0.2.9 focuses on stability by fixing bugs related to entity deletion, output formatting, and configuration validation to prevent crashes and improve error reporting.

Key Highlights

  • Entity delete now returns all deleted entities instead of just the last one.
  • Output formatters handle null memory fields without erroring.
  • Invalid integer config values are rejected with a clean error message.

Full Release Notes

## Mem0 Python CLI (v0.2.9)

**Bug Fixes:**
- **`entity delete`:** Keep every deleted entity in the result output instead of only the last one ([#5936](https://github.com/mem0ai/mem0/pull/5936))
- **Output formatters:** Handle null memory fields in the output formatters instead of erroring ([#5957](https://github.com/mem0ai/mem0/pull/5957))
- **Config:** Reject invalid integer config values with a clean error instead of a traceback ([#5956](https://github.com/mem0ai/mem0/pull/5956))