# Mem0 deepseek-plugin-v0.1.0 — Mem0 DeepSeek Plugin (v0.1.0) - Product: Mem0 (https://whatsnew.fyi/product/mem0) - Vendor: Mem0 - Date: 2026-08-24 - Version: deepseek-plugin-v0.1.0 - Original notes: https://github.com/mem0ai/mem0/releases/tag/deepseek-plugin-v0.1.0 - Permalink: https://whatsnew.fyi/product/mem0/releases/deepseek-plugin-v0.1.0 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/deepseek-plugin package, a native DeepSeek Harness (Cordis) plugin that registers Mem0 as two agent-callable tools - **added** — search_memory tool that recalls facts relevant to a query with optional limit (default 10) and per-call userId, agentId, or runId scope overrides - **added** — add_memory tool that stores a fact for future sessions tagged source: DEEPSEEK_HARNESS with asynchronous server-side extraction - **added** — Cordis lifecycle support with apply(ctx, config) that declares inject = ['tools'] and registers both tools via ctx.tools.register() for automatic unregistration on plugin unmount - **added** — Configuration options with required userId, apiKey defaulting to $MEM0_API_KEY environment variable, and optional host parameter for dedicated Mem0 Platform base URL **Initial release** of [`@mem0/deepseek-plugin`](https://www.npmjs.com/package/@mem0/deepseek-plugin), a native DeepSeek Harness (Cordis) plugin that registers Mem0 as two agent-callable tools ([#7027](https://github.com/mem0ai/mem0/pull/7027)) **New Features:** - **`search_memory`:** Recalls facts relevant to a query, with an optional `limit` (default 10) and per-call `userId` / `agentId` / `runId` scope overrides. - **`add_memory`:** Stores a fact for future sessions, tagged `source: "DEEPSEEK_HARNESS"` for backend attribution; extraction runs asynchronously server-side, so a stored fact may take a moment to become searchable. - **Cordis lifecycle:** `apply(ctx, config)` declares `inject = ['tools']`, so the plugin waits for the harness tool registry to exist, and both tools are registered via `ctx.tools.register()` so they auto-unregister when the plugin unmounts. - **Config:** `userId` is required; `apiKey` defaults to `$MEM0_API_KEY`; `host` optionally points at a dedicated Mem0 Platform base URL (not a switch to self-hosted Mem0 OSS). Developer preview: auto-capture and auto-recall (memory injected into context automatically, without an explicit tool call) are planned but not yet built. The backend's `KNOWN_EVENT_SOURCES` allowlist also needs `"DEEPSEEK_HARNESS"` added before usage surfaces by name in telemetry rather than bucketing into "OTHERS". See [DeepSeek Harness](https://mem0.ai/integrations/deepseek-plugin) for setup.