deepseek-plugin-v0.1.1

mem0ai/mem0deepseek-plugin-v0.1.1Aug 27, 2026by kartik-mem0

AI Summary

Adds anonymous usage telemetry to the DeepSeek plugin, batching events to PostHog without exposing sensitive data like API keys or memory text.

Key Highlights

  • Anonymous usage telemetry integration
  • Privacy-focused event tracking (no sensitive data exposed)
  • Background batching and flushing of events

New Features

  • PostHog Telemetry
  • Usage Event Tracking

Full Release Notes

**New Features:**
- **Usage telemetry:** Anonymous usage events (`deepseek.plugin.mounted`, `deepseek.tool.search_memory`, `deepseek.tool.add_memory`) are batched to PostHog over native fetch and flushed in the background. Events carry only tool names, durations, counts, and coarse failure kinds: never queries, memory text, filters, or API keys. Opt out with `MEM0_TELEMETRY=false` ([#7110](https://github.com/mem0ai/mem0/pull/7110))