# Mem0 cli-v0.2.12 — Mem0 Python CLI (v0.2.12) - Product: Mem0 (https://whatsnew.fyi/product/mem0) - Vendor: Mem0 - Date: 2026-08-24 - Version: cli-v0.2.12 - Original notes: https://github.com/mem0ai/mem0/releases/tag/cli-v0.2.12 - Permalink: https://whatsnew.fyi/product/mem0/releases/cli-v0.2.12 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — New `mem0 version` subcommand to read the CLI version as a regular subcommand instead of a root-level flag - **added** — New `--agent-custom-instructions` flag on the `add` command, threaded through to `agent_custom_instructions` on the `/v3/memories/add/` payload for agent-scoped memories - **changed** — The `--filter` help text and documentation now spell out the JSON shape with concrete examples instead of just calling it an advanced filter expression **New Features:** - **`version`:** New `mem0 version` subcommand, alongside the existing `--version` flag, so scripts and agent harnesses can read the CLI version as a regular subcommand instead of a root-level flag (Python and Node [#6907](https://github.com/mem0ai/mem0/pull/6907)) - **`add`:** New `--agent-custom-instructions` flag, threaded through to `agent_custom_instructions` on the `/v3/memories/add/` payload: a second extraction instruction set that applies only to agent-scoped memories, matching the SDKs' `agentCustomInstructions` / `agent_custom_instructions` support (Python and Node [#6910](https://github.com/mem0ai/mem0/pull/6910)) **Documentation:** - **`search --filter`:** The `--filter` help text and `docs/platform/cli.mdx` now 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](https://github.com/mem0ai/mem0/pull/6907))