@clauderecallhq/cli 0.61.6 → 0.64.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.
- package/README.md +2 -0
- package/dist/cli.js +269 -246
- package/package.json +1 -1
- package/scripts/postinstall.mjs +52 -21
package/README.md
CHANGED
|
@@ -148,6 +148,8 @@ Local **768-dimension embeddings** via `bge-base-en-v1.5` ONNX. Three-lane RRF f
|
|
|
148
148
|
|
|
149
149
|
The embedder model (~110MB) auto-downloads on `npm install`. Skip with `RECALL_SKIP_MODEL_DOWNLOAD=1`.
|
|
150
150
|
|
|
151
|
+
> **Anonymous install ping (opt-in, off by default).** On first run we ask once whether you want to send a single anonymous message per month so we can count real installs vs bots. No PII, no fingerprint, no cross-month linkage. Full payload at [clauderecall.com/telemetry](https://clauderecall.com/telemetry). Toggle any time with `recall telemetry on` / `off` / `view`.
|
|
152
|
+
|
|
151
153
|
```bash
|
|
152
154
|
recall similar <session-id>
|
|
153
155
|
```
|