@clauderecallhq/cli 0.65.5 → 0.65.7
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 +5 -20
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -157,10 +157,7 @@ recall stats --project Tools --days 7
|
|
|
157
157
|
|
|
158
158
|
<div align="center">
|
|
159
159
|
|
|
160
|
-
<
|
|
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>
|
|
160
|
+
<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">
|
|
164
161
|
|
|
165
162
|
<sub>Hover any day. Exact cost. Exact tokens.</sub>
|
|
166
163
|
|
|
@@ -190,10 +187,7 @@ recall mcp --allow-writes
|
|
|
190
187
|
|
|
191
188
|
<div align="center">
|
|
192
189
|
|
|
193
|
-
<
|
|
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>
|
|
190
|
+
<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">
|
|
197
191
|
|
|
198
192
|
<sub>Claude searches your history, pulls context, and decides — no copy-paste.</sub>
|
|
199
193
|
|
|
@@ -205,10 +199,7 @@ Hand-curated hierarchical collections that cut across projects. Flat tags. Markd
|
|
|
205
199
|
|
|
206
200
|
<div align="center">
|
|
207
201
|
|
|
208
|
-
<
|
|
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>
|
|
202
|
+
<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">
|
|
212
203
|
|
|
213
204
|
<sub>Drag-to-organize. Collections cut across projects.</sub>
|
|
214
205
|
|
|
@@ -220,10 +211,7 @@ Dark-mode three-pane layout. **Virtualized transcript** (10,000-message sessions
|
|
|
220
211
|
|
|
221
212
|
<div align="center">
|
|
222
213
|
|
|
223
|
-
<
|
|
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>
|
|
214
|
+
<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">
|
|
227
215
|
|
|
228
216
|
<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
217
|
|
|
@@ -283,10 +271,7 @@ recall install-extension
|
|
|
283
271
|
|
|
284
272
|
<div align="center">
|
|
285
273
|
|
|
286
|
-
<
|
|
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>
|
|
274
|
+
<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">
|
|
290
275
|
|
|
291
276
|
<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
277
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clauderecallhq/cli",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.7",
|
|
4
4
|
"description": "Never lose a Claude Code session again. Local, fast, searchable memory over every session you've ever run.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://clauderecall.com",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
],
|
|
67
67
|
"author": "Claude Recall HQ <hello@clauderecall.com>",
|
|
68
68
|
"license": "SEE LICENSE IN LICENSE",
|
|
69
|
+
"private": false,
|
|
69
70
|
"engines": {
|
|
70
71
|
"node": ">=22"
|
|
71
72
|
},
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"sqlite-vec": "^0.1.6",
|
|
98
99
|
"zod": "^4.3.6"
|
|
99
100
|
},
|
|
101
|
+
"optionalDependencies": {},
|
|
100
102
|
"devDependencies": {
|
|
101
103
|
"@fontsource/inter": "^5.2.8",
|
|
102
104
|
"@fontsource/jetbrains-mono": "^5.2.8",
|