@clauderecallhq/cli 0.94.0 → 0.95.5
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 +6 -6
- package/dist/cli.js +260 -260
- package/dist/daemon/entrypoint.js +278 -278
- package/dist/daemon/query-worker.js +758 -0
- package/dist/mcp-server.js +82 -82
- package/dist/web/assets/{dist-Zvhj1IwK.js → dist-C3F6ixrp.js} +3 -3
- package/dist/web/assets/index-Uw_Mu1-d.css +1 -0
- package/dist/web/assets/{index-Cc61yjtR.js → index-emVWWys3.js} +14 -14
- package/dist/web/index.html +2 -2
- package/package.json +4 -3
- package/scripts/postinstall.mjs +1 -1
- package/dist/web/assets/index-Bk28z8Va.css +0 -1
package/README.md
CHANGED
|
@@ -131,7 +131,7 @@ FTS5 BM25 ranking across every message, every session, in milliseconds. Highligh
|
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
133
|
recall search "zod schema"
|
|
134
|
-
recall search "auth #auth-fix" -p
|
|
134
|
+
recall search "auth #auth-fix" -p MyProject
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
### On-Device Vector Search (Pro)
|
|
@@ -572,7 +572,7 @@ recall show <id> --no-pager
|
|
|
572
572
|
|
|
573
573
|
# Search
|
|
574
574
|
recall search "zod schema"
|
|
575
|
-
recall search "auth" -p
|
|
575
|
+
recall search "auth" -p MyProject
|
|
576
576
|
recall search bug -n 50
|
|
577
577
|
|
|
578
578
|
# Context re-injection
|
|
@@ -728,7 +728,7 @@ npm install -g @clauderecallhq/cli
|
|
|
728
728
|
|
|
729
729
|
### Pro (daily driver)
|
|
730
730
|
|
|
731
|
-
**$
|
|
731
|
+
**$49.69 one-time.** Pay once. Offline forever. Lifetime updates. Dead-man clause included. Never a subscription.
|
|
732
732
|
|
|
733
733
|
- Full-text search (FTS5 BM25)
|
|
734
734
|
- On-device semantic vector search (768d, RRF fusion)
|
|
@@ -742,7 +742,7 @@ npm install -g @clauderecallhq/cli
|
|
|
742
742
|
- Secrets redaction (client-side scrub of keys, tokens, passwords pre-index)
|
|
743
743
|
- **Every future personal-use feature.** One price, lifetime updates.
|
|
744
744
|
|
|
745
|
-
[**Buy Pro for $
|
|
745
|
+
[**Buy Pro for $49.69 (one-time, lifetime)**](https://clauderecall.com/pricing)
|
|
746
746
|
|
|
747
747
|
### Enterprise
|
|
748
748
|
|
|
@@ -763,13 +763,13 @@ npm install -g @clauderecallhq/cli
|
|
|
763
763
|
|
|
764
764
|
| Tool | Price |
|
|
765
765
|
|---|---|
|
|
766
|
-
| **Claude Recall** | **$
|
|
766
|
+
| **Claude Recall** | **$49.69 one-time** |
|
|
767
767
|
| Claude Code | $20 / mo |
|
|
768
768
|
| Cursor | $20 / mo |
|
|
769
769
|
| Raycast Pro | $8 to $16 / mo |
|
|
770
770
|
| GitHub Copilot | $10 / mo |
|
|
771
771
|
|
|
772
|
-
<sub>
|
|
772
|
+
<sub>Competitor prices subject to change.</sub>
|
|
773
773
|
|
|
774
774
|
<br />
|
|
775
775
|
|