@nikcli-ai/sdk 1.266.0 → 1.267.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.
@@ -2448,6 +2448,19 @@ export type Config = {
2448
2448
  */
2449
2449
  autostart?: boolean;
2450
2450
  };
2451
+ /**
2452
+ * Opt-in anonymous usage reporting
2453
+ */
2454
+ analytics?: {
2455
+ /**
2456
+ * Contribute anonymous per-day model totals to the public stats at nikcli.store/data. Off unless set. Only day, provider, model, message count, token count and cost are sent — never prompts, paths, repositories or session titles.
2457
+ */
2458
+ share?: boolean;
2459
+ /**
2460
+ * Where reports are sent. Defaults to the public nikcli endpoint; set this to self-host them.
2461
+ */
2462
+ endpoint?: string;
2463
+ };
2451
2464
  /**
2452
2465
  * Control sharing behavior:'manual' allows manual sharing via commands, 'auto' enables automatic sharing, 'disabled' disables all sharing
2453
2466
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.266.0",
4
+ "version": "1.267.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {