Mem0 Node CLI (v0.2.4)
New Features:
- V3 API Routes: Migrated
add,search, andlistcommands from v1/v2 to v3 API endpoints —POST /v3/memories/add/,POST /v3/memories/search/,POST /v3/memories/. Aligns both CLIs with the Python and TypeScript SDKs which already use v3 (#4916)
Breaking Changes:
--graph/--no-graphremoved: Theenable_graphconfig option,--graphand--no-graphCLI flags, andMEM0_ENABLE_GRAPHenvironment variable have been removed from both CLIs. Graph memory is now a project-level setting on the Platform (#4916)