@vox-ai/cli-darwin-x64 0.1.0-beta.21 → 0.1.0-beta.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -9
  2. package/bin/vox +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -108,16 +108,9 @@ Every command accepts `--json` and emits a stable envelope (`{ ok, data }` on su
108
108
 
109
109
  ## Telemetry and Privacy
110
110
 
111
- Official builds send anonymous usage telemetry to help improve the CLI. It records coarse signals such as the command name, exit status, CLI version, and OS never your arguments, file contents, tokens, agent data, or organization identifiers.
111
+ Official builds always send CLI usage and signed-in account metadata. Signed-in events identify the vox user and update the PostHog Person profile with the user's email, name, local profile, install ID, last login time, and current/default organization metadata. Usage properties include the command, exit status, CLI version, OS, and sanitized runtime signals.
112
112
 
113
- Opt out at any time:
114
-
115
- ```bash
116
- vox config set settings.telemetry disabled
117
- # or, per-process:
118
- DO_NOT_TRACK=1 vox …
119
- VOX_TELEMETRY_DISABLED=1 vox …
120
- ```
113
+ The CLI does not send prompts, paths, argument values, file contents, tokens, secrets, message content, customer data, hostnames, or free-text errors. Official builds do not provide a telemetry opt-out.
121
114
 
122
115
  Development and local builds never emit telemetry.
123
116
 
package/bin/vox CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vox-ai/cli-darwin-x64",
3
- "version": "0.1.0-beta.21",
3
+ "version": "0.1.0-beta.24",
4
4
  "description": "Prebuilt darwin-x64 binary for the vox.ai CLI",
5
5
  "homepage": "https://www.tryvox.co",
6
6
  "license": "MIT",