@clauderecallhq/cli 0.64.2 → 0.65.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 +85 -0
- package/dist/cli.js +243 -243
- package/dist/daemon/entrypoint.js +213 -213
- package/dist/mcp-server.js +89 -89
- package/package.json +6 -5
- package/scripts/postinstall.mjs +8 -25
package/README.md
CHANGED
|
@@ -89,6 +89,16 @@ Claude picks up where you left off instead of asking you to explain it again.
|
|
|
89
89
|
|
|
90
90
|
<br />
|
|
91
91
|
|
|
92
|
+
<div align="center">
|
|
93
|
+
|
|
94
|
+
<img src="https://cdn.clauderecall.com/marketing/product-ui.png?v=hd3" alt="Claude Recall web UI — every Claude Code session you have ever run, with full transcripts, tool calls, threading, and search" width="900">
|
|
95
|
+
|
|
96
|
+
<sub>Every Claude Code session you have ever run. Searchable. Threaded. Re-injectable.</sub>
|
|
97
|
+
|
|
98
|
+
</div>
|
|
99
|
+
|
|
100
|
+
<br />
|
|
101
|
+
|
|
92
102
|
---
|
|
93
103
|
|
|
94
104
|
<br />
|
|
@@ -145,6 +155,17 @@ recall stats <id>
|
|
|
145
155
|
recall stats --project Tools --days 7
|
|
146
156
|
```
|
|
147
157
|
|
|
158
|
+
<div align="center">
|
|
159
|
+
|
|
160
|
+
<video autoplay loop muted playsinline width="540">
|
|
161
|
+
<source src="https://cdn.clauderecall.com/marketing/cost-analytics.mp4?v=hd3" type="video/mp4">
|
|
162
|
+
<img src="https://cdn.clauderecall.com/marketing/cost-analytics.gif?v=hd3" alt="Cost analytics dashboard — daily spend bars, top sessions ranked by cost, primary model breakdown" width="540">
|
|
163
|
+
</video>
|
|
164
|
+
|
|
165
|
+
<sub>Hover any day. Exact cost. Exact tokens.</sub>
|
|
166
|
+
|
|
167
|
+
</div>
|
|
168
|
+
|
|
148
169
|
### Git Correlation
|
|
149
170
|
|
|
150
171
|
Every session links to commits authored in its working directory during its time window. Reverse-map any commit back to the session that produced it.
|
|
@@ -167,14 +188,47 @@ recall mcp
|
|
|
167
188
|
recall mcp --allow-writes
|
|
168
189
|
```
|
|
169
190
|
|
|
191
|
+
<div align="center">
|
|
192
|
+
|
|
193
|
+
<video autoplay loop muted playsinline width="900">
|
|
194
|
+
<source src="https://cdn.clauderecall.com/marketing/mcp-server-demo.mp4?v=hd3" type="video/mp4">
|
|
195
|
+
<img src="https://cdn.clauderecall.com/marketing/mcp-server-demo.gif?v=hd3" alt="Claude calling Recall as native MCP tools — search and get_session executing live" width="900">
|
|
196
|
+
</video>
|
|
197
|
+
|
|
198
|
+
<sub>Claude searches your history, pulls context, and decides — no copy-paste.</sub>
|
|
199
|
+
|
|
200
|
+
</div>
|
|
201
|
+
|
|
170
202
|
### Collections, Tags and Notes
|
|
171
203
|
|
|
172
204
|
Hand-curated hierarchical collections that cut across projects. Flat tags. Markdown notes per session. Aliases. Pins. Cross-session diff. Every write is reversible: three-layer durability with plain-text mirrors on disk.
|
|
173
205
|
|
|
206
|
+
<div align="center">
|
|
207
|
+
|
|
208
|
+
<video autoplay loop muted playsinline width="540">
|
|
209
|
+
<source src="https://cdn.clauderecall.com/marketing/collections.mp4?v=hd3" type="video/mp4">
|
|
210
|
+
<img src="https://cdn.clauderecall.com/marketing/collections.gif?v=hd3" alt="Collections panel — Auth System, Database Migrations, React Refactor, API Design, Deployment Issues; drag a session card into a collection" width="540">
|
|
211
|
+
</video>
|
|
212
|
+
|
|
213
|
+
<sub>Drag-to-organize. Collections cut across projects.</sub>
|
|
214
|
+
|
|
215
|
+
</div>
|
|
216
|
+
|
|
174
217
|
### Web UI
|
|
175
218
|
|
|
176
219
|
Dark-mode three-pane layout. **Virtualized transcript** (10,000-message sessions open instantly). `Cmd+K` command palette. Cross-session diff. First-60-seconds onboarding tour. Export to markdown, HTML, or print-ready PDF.
|
|
177
220
|
|
|
221
|
+
<div align="center">
|
|
222
|
+
|
|
223
|
+
<video autoplay loop muted playsinline width="900">
|
|
224
|
+
<source src="https://cdn.clauderecall.com/marketing/tui-demo.mp4?v=hd3" type="video/mp4">
|
|
225
|
+
<img src="https://cdn.clauderecall.com/marketing/tui-demo.gif?v=hd3" alt="Full-screen terminal UI — sessions list with live preview pane, slash-to-filter" width="900">
|
|
226
|
+
</video>
|
|
227
|
+
|
|
228
|
+
<sub>Or stay in the terminal. <code>recall tui</code> ships the same library as a full-screen terminal app — slash to filter, arrow keys to navigate, live preview.</sub>
|
|
229
|
+
|
|
230
|
+
</div>
|
|
231
|
+
|
|
178
232
|
### Rediscovery ("For you")
|
|
179
233
|
|
|
180
234
|
Three rotating cards in the left pane surface forgotten sessions worth revisiting: a 60+-day-old session that overlaps with what you've been working on, your top-cost session this week, and the session that authored your current `HEAD`.
|
|
@@ -227,6 +281,19 @@ recall install-extension
|
|
|
227
281
|
|
|
228
282
|
<br />
|
|
229
283
|
|
|
284
|
+
<div align="center">
|
|
285
|
+
|
|
286
|
+
<video autoplay loop muted playsinline width="900">
|
|
287
|
+
<source src="https://cdn.clauderecall.com/marketing/vs-obsidian.mp4?v=hd3" type="video/mp4">
|
|
288
|
+
<img src="https://cdn.clauderecall.com/marketing/vs-obsidian.gif?v=hd3" alt="Side-by-side: Obsidian vault on the left, Claude Recall TUI on the right showing 247 sessions across 8 projects with live preview" width="900">
|
|
289
|
+
</video>
|
|
290
|
+
|
|
291
|
+
<sub>People sometimes ask if this is "Obsidian for Claude Code." It is not. A general note-taking app cannot watch your filesystem for new sessions, index JSONLs into FTS5 + vector search, expose those sessions as MCP tools, or pipe a session back into Claude with one command. Claude Recall is built specifically for the loop you actually run.</sub>
|
|
292
|
+
|
|
293
|
+
</div>
|
|
294
|
+
|
|
295
|
+
<br />
|
|
296
|
+
|
|
230
297
|
## Quick Start
|
|
231
298
|
|
|
232
299
|
### Install
|
|
@@ -283,6 +350,16 @@ recall context abc12345 --prelude "continue where we left off" | claude
|
|
|
283
350
|
recall context abc12345 --since 2h | claude
|
|
284
351
|
```
|
|
285
352
|
|
|
353
|
+
<br />
|
|
354
|
+
|
|
355
|
+
<div align="center">
|
|
356
|
+
|
|
357
|
+
<img src="https://cdn.clauderecall.com/marketing/product-demo.gif?v=hd3" alt="Pipe past session context back into Claude with one command" width="720">
|
|
358
|
+
|
|
359
|
+
<sub>Claude resumes with full prior context. One command. No re-explaining.</sub>
|
|
360
|
+
|
|
361
|
+
</div>
|
|
362
|
+
|
|
286
363
|
### How Claude Recall integrates with Claude Code
|
|
287
364
|
|
|
288
365
|
Don't think of Claude Recall as a *separate* tool you context-switch to. It's **Claude Code's memory layer**: you reach it from inside any session through four surfaces, in increasing power:
|
|
@@ -433,6 +510,14 @@ All writes are rate-limited (default 60/min), zod-validated, and audited to `~/.
|
|
|
433
510
|
|
|
434
511
|
## Privacy & Security
|
|
435
512
|
|
|
513
|
+
<div align="center">
|
|
514
|
+
|
|
515
|
+
<img src="https://cdn.clauderecall.com/marketing/privacy-trust.gif?v=hd3" alt="Local-first design — daemon binds to 127.0.0.1, no telemetry, no outbound network calls" width="640">
|
|
516
|
+
|
|
517
|
+
</div>
|
|
518
|
+
|
|
519
|
+
<br />
|
|
520
|
+
|
|
436
521
|
Claude Recall is **local-first by design**, not as an afterthought.
|
|
437
522
|
|
|
438
523
|
- **The daemon binds to `127.0.0.1` only.** Never `0.0.0.0`, never a public interface.
|