fix(memories): get memory tool, mem0 integration update#4415
fix(memories): get memory tool, mem0 integration update#4415icecrasher321 merged 6 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Updates the Mem0 integration to current v3 endpoints and payloads, adds shared validation via Reviewed by Cursor Bugbot for commit 21ef4ae. Configure here. |
Greptile SummaryThis PR fixes two bugs: the memory get tool now performs an exact path-based lookup (
Confidence Score: 3/5Not safe to merge as-is — two P1 bugs exist: soft-delete inconsistency in route.ts and silent HTTP error masking in the memory get tool. Two P1 findings cap the score at 4; the soft-delete inconsistency affects correctness of write operations on the same route that was just fixed for reads, pulling the score below the ceiling to 3. apps/sim/app/api/memory/[id]/route.ts (DELETE and PUT soft-delete filters), apps/sim/tools/memory/get.ts (HTTP error handling in transformResponse) Important Files Changed
|
|
bugbot run |
|
bugbot run |
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 21ef4ae. Configure here.
Summary
Type of Change
Testing
Tested manually
Checklist