@rely-ai/caliber 1.46.2 → 1.47.0

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 +4 -1
  2. package/dist/bin.js +669 -597
  3. 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) can be disabled via `caliber config`.
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