You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin collects anonymous, minimal usage events to understand plugin adoption and tool usage patterns. This helps us prioritize features and improve the product.
575
+
Basic Memory collects anonymous, minimal usage events to understand how the CLI-to-cloud conversion funnel performs. This helps us prioritize features and improve the product.
579
576
580
577
**What we collect:**
581
-
-Plugin registration and startup events
582
-
-First use of each tool per session (deduplicated — not every call)
583
-
-Plugin version with each event
578
+
-Cloud promo impressions (when the promo banner is shown)
579
+
-Cloud login attempts and outcomes
580
+
-Promo opt-out events
584
581
585
582
**What we do NOT collect:**
586
-
- No file contents, note titles, search queries, or conversation text
583
+
- No file contents, note titles, or knowledge base data
587
584
- No personally identifiable information (PII)
588
585
- No IP address tracking or fingerprinting
589
-
- No per-command tracking beyond first-use-per-session
586
+
- No per-command or per-tool-call tracking
590
587
591
-
Events are sent to our [Umami Cloud](https://umami.is) instance, an open-source, privacy-focused analytics platform. Events are fire-and-forget with a 3-second timeout — analytics never blocks or slows the plugin.
588
+
Events are sent to our [Umami Cloud](https://umami.is) instance, an open-source, privacy-focused analytics platform. Events are fire-and-forget on a background thread — analytics never blocks or slows the CLI.
592
589
593
-
**Opt out** by setting either environment variable:
590
+
**Opt out** by setting the environment variable:
594
591
595
592
```bash
596
-
# Plugin-specific opt-out
597
-
export OPENCLAW_BASIC_MEMORY_TELEMETRY=0
598
-
599
-
# Or use the shared Basic Memory opt-out (also disables BM CLI telemetry)
0 commit comments