@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.
- package/README.md +2 -9
- package/bin/vox +0 -0
- 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
|
|
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
|
-
|
|
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
|