@rely-ai/caliber 1.46.1 → 1.46.3
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -306,7 +306,10 @@ Yes. Run `caliber init` from any directory. `caliber refresh` can update configs
|
|
|
306
306
|
<details>
|
|
307
307
|
<summary><strong>Does it send my code anywhere?</strong></summary>
|
|
308
308
|
|
|
309
|
-
Scoring is fully local. Generation sends a project summary (languages, structure, dependencies — not source code) to whatever LLM provider you configure — the same provider your AI editor already uses. Anonymous usage analytics (no code, no file contents)
|
|
309
|
+
Scoring is fully local. Generation sends a project summary (languages, structure, dependencies — not source code) to whatever LLM provider you configure — the same provider your AI editor already uses. Anonymous usage analytics (command names, durations — no code, no file contents) are collected via PostHog. To opt out:
|
|
310
|
+
|
|
311
|
+
- **Per-run**: `caliber --no-traces <command>`
|
|
312
|
+
- **Persistent env var**: `export CALIBER_TELEMETRY_DISABLED=1`
|
|
310
313
|
|
|
311
314
|
</details>
|
|
312
315
|
|
package/package.json
CHANGED