claude-mem 13.23.1 β 13.24.1
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/.codex-plugin/plugin.json +1 -1
- package/README.md +29 -7
- package/dist/npx-cli/index.js +341 -333
- package/openclaw/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/package.json +1 -1
- package/plugin/scripts/mcp-server.cjs +31 -31
- package/plugin/scripts/server-service.cjs +127 -127
- package/plugin/scripts/transcript-watcher.cjs +1 -1
- package/plugin/scripts/worker-service.cjs +379 -376
- package/plugin/sqlite/SessionStore.js +83 -83
package/README.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<br>
|
|
3
|
-
<a href="https://
|
|
3
|
+
<a href="https://grok-mem.ai">
|
|
4
4
|
<picture>
|
|
5
|
-
<source media="(prefers-color-scheme: dark)" srcset="
|
|
6
|
-
<source media="(prefers-color-scheme: light)" srcset="
|
|
7
|
-
<img src="
|
|
5
|
+
<source media="(prefers-color-scheme: dark)" srcset="docs/public/claude-mem-logo-for-dark-mode.webp">
|
|
6
|
+
<source media="(prefers-color-scheme: light)" srcset="docs/public/claude-mem-logo-for-light-mode.webp">
|
|
7
|
+
<img src="docs/public/claude-mem-logo-for-light-mode.webp" alt="Grok Mem" width="400">
|
|
8
8
|
</picture>
|
|
9
9
|
</a>
|
|
10
10
|
<br>
|
|
11
11
|
<a href="https://vercel.com/open-source-program">
|
|
12
12
|
<img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge-2026.svg" />
|
|
13
13
|
</a>
|
|
14
|
+
<a href="https://www.greptile.com">
|
|
15
|
+
<img alt="Greptile, code review partner" src="docs/public/greptile-wordmark-green.svg" height="40" />
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://serpapi.com">
|
|
18
|
+
<img alt="SerpApi" src="docs/public/serpapi-logo-with-wordmark-gradient.svg" height="40" />
|
|
19
|
+
</a>
|
|
14
20
|
</h1>
|
|
15
21
|
|
|
22
|
+
<p align="center">Claude-Mem is now Grok Mem. The package is still <code>claude-mem</code>.</p>
|
|
23
|
+
|
|
16
24
|
<p align="center">
|
|
17
25
|
<a href="docs/i18n/README.zh.md">π¨π³ δΈζ</a> β’
|
|
18
26
|
<a href="docs/i18n/README.zh-tw.md">πΉπΌ ηΉι«δΈζ</a> β’
|
|
@@ -48,14 +56,20 @@
|
|
|
48
56
|
<a href="docs/i18n/README.no.md">π³π΄ Norsk</a>
|
|
49
57
|
</p>
|
|
50
58
|
|
|
51
|
-
<h4 align="center"
|
|
59
|
+
<h4 align="center"><a href="https://grok-mem.ai">Grok Mem</a> is how Grok Bots remember. Sits next to Grok's own memory. Does not replace it.</h4>
|
|
60
|
+
|
|
61
|
+
<p align="center">
|
|
62
|
+
<a href="https://grok-mem.ai">
|
|
63
|
+
<img src="https://img.shields.io/badge/Grok%20mem-1A1A1A?style=for-the-badge" alt="Grok mem">
|
|
64
|
+
</a>
|
|
65
|
+
</p>
|
|
52
66
|
|
|
53
67
|
<p align="center">
|
|
54
68
|
<a href="LICENSE">
|
|
55
69
|
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
|
|
56
70
|
</a>
|
|
57
71
|
<a href="package.json">
|
|
58
|
-
<img src="https://img.shields.io/badge/version-13.
|
|
72
|
+
<img src="https://img.shields.io/badge/version-13.24.1-green.svg" alt="Version">
|
|
59
73
|
</a>
|
|
60
74
|
<a href="package.json">
|
|
61
75
|
<img src="https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg" alt="Node">
|
|
@@ -123,13 +137,21 @@
|
|
|
123
137
|
</p>
|
|
124
138
|
|
|
125
139
|
<p align="center">
|
|
126
|
-
|
|
140
|
+
<a href="https://grok-mem.ai">Grok Mem</a> is how Grok Bots remember the work. Grok already remembers you. Grok Mem remembers what the bot did, what we decided, what to do next. Those notes come back in the next chat.
|
|
127
141
|
</p>
|
|
128
142
|
|
|
129
143
|
---
|
|
130
144
|
|
|
131
145
|
## Quick Start
|
|
132
146
|
|
|
147
|
+
Install [Grok Mem](https://grok-mem.ai) for Grok Bot. The package name is still [`claude-mem`](https://www.npmjs.com/package/claude-mem).
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
npx claude-mem install --ide grok-bot
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
Grok Bot has no host hooks, so we watch the chat log files. Default is CMEM Pro, the hosted memory. Local observer is opt-in: `--provider host`. Installing this plugin does not install Cursor.
|
|
154
|
+
|
|
133
155
|
Install with a single command:
|
|
134
156
|
|
|
135
157
|
```bash
|