Skip to content

Context for Claude 1.0.13

Choose a tag to compare

@mdmohsin7 mdmohsin7 released this 17 Aug 16:22
· 41 commits to main since this release
a3fc6b3

Context for Claude 1.0.13.

This release starts measuring how the app is used. Until now it reported nothing at all, so there was no way to answer how many people use it or how often Claude actually reaches for its tools.

What is sent: counts. Launches, whether each permission is granted, minutes of capture, which of its own surfaces you open, and how many times Claude called each MCP tool. Reported once a day under a random per-install identifier that is salted apart from the one used for your captured data, so the two cannot be linked.

What is never sent: no transcript, no screen text, no window or app names, no URLs, no file paths, no searches, no MCP tool arguments, no email, no account identifier, no screenshots. The complete list of what leaves your Mac is a single closed list in the source (AnalyticsEvent.swift) — it is written that way so it can be read in one file rather than taken on trust.

Locally built copies report nothing.

Details: desktop/context-for-claude/docs/analytics.md.