@nikcli-ai/sdk 1.269.0 → 1.271.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.
|
@@ -2453,7 +2453,7 @@ export type Config = {
|
|
|
2453
2453
|
*/
|
|
2454
2454
|
analytics?: {
|
|
2455
2455
|
/**
|
|
2456
|
-
* Contribute anonymous per-day model totals to the public stats at nikcli.store/data.
|
|
2456
|
+
* Contribute anonymous per-day model totals to the public stats at nikcli.store/data. On by default; set false to opt out, or set DO_NOT_TRACK=1 / NIKCLI_DISABLE_ANALYTICS=1. Only day, provider, model, session count, message count, token count and cost are sent, under a random identifier — never prompts, paths, repositories, session titles or account.
|
|
2457
2457
|
*/
|
|
2458
2458
|
share?: boolean;
|
|
2459
2459
|
/**
|