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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem",
3
- "version": "13.23.1",
3
+ "version": "13.24.1",
4
4
  "description": "Memory compression system for Claude Code - persist context across sessions",
5
5
  "author": {
6
6
  "name": "Alex Newman",
package/README.md CHANGED
@@ -1,18 +1,26 @@
1
1
  <h1 align="center">
2
2
  <br>
3
- <a href="https://github.com/thedotmack/claude-mem">
3
+ <a href="https://grok-mem.ai">
4
4
  <picture>
5
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/thedotmack/claude-mem/main/docs/public/claude-mem-logo-for-dark-mode.webp">
6
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/thedotmack/claude-mem/main/docs/public/claude-mem-logo-for-light-mode.webp">
7
- <img src="https://raw.githubusercontent.com/thedotmack/claude-mem/main/docs/public/claude-mem-logo-for-light-mode.webp" alt="Claude-Mem" width="400">
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">Persistent memory compression system built for <a href="https://claude.com/claude-code" target="_blank">Claude Code</a>.</h4>
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.4.0-green.svg" alt="Version">
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
- Claude-Mem seamlessly preserves context across sessions by automatically capturing tool usage observations, generating semantic summaries, and making them available to future sessions. This enables Claude to maintain continuity of knowledge about projects even after sessions end or reconnect.
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