New Features:
version: Newmem0 versionsubcommand, alongside the existing--versionflag, so scripts and agent harnesses can read the CLI version as a regular subcommand instead of a root-level flag (Python and Node #6907)add: New--agent-custom-instructionsflag, threaded through toagent_custom_instructionson the/v3/memories/add/payload: a second extraction instruction set that applies only to agent-scoped memories, matching the SDKs'agentCustomInstructions/agent_custom_instructionssupport (Python and Node #6910)
Documentation:
search --filter: The--filterhelp text anddocs/platform/cli.mdxnow spell out the JSON shape ({"AND": [...]}/{"OR": [...]}) with a concrete example instead of just calling it "an advanced filter expression," and a matching example command was added to both the CLI help text and the docs page (Python and Node #6907)