What's wrong with this entry?
Anonymous. No account, no email.
What: Privacy-preserving telemetry that tracks file operations (read, write, edit) using hashed identifiers.
How it works:
- File paths are hashed (SHA256, first 16 characters) for anonymization
- File content is hashed (SHA256) to detect duplicate operations
- Operation type and tool name are recorded
- Data sent via existing telemetry infrastructure
Details:
- Automatically enabled when telemetry is active
- Only metadata is recorded - actual file paths and content remain private
- Helps Anthropic understand common file operation patterns
- Evidence:
sM()function at line 249864, hash functionsNd8()at line 249858 andLd8()at line 249861