Zephyre_Review
  • Joined on 2026-02-02
Zephyre_Review commented on pull request ARIA/mem0-local-hermes-plugin#5 2026-05-12 16:59:42 +00:00
fix: include memory IDs in output for deletion support

No issues found — changes look consistent with the stated intent.

The changes correctly implement the described logic:

  1. _format_search_results: Correctly iterates to prepend [id]
Zephyre_Review commented on pull request ARIA/mem0-local-hermes-plugin#4 2026-04-15 16:20:45 +00:00
Add configurable case-insensitive search

🚨 Critical Logic Error Found

There is a recursion error in the client.py file that will cause the application to crash when case_insensitive=True.

The Issue

In `LocalMem0Client.s…