claude-mem 13.9.3 → 13.10.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem",
3
- "version": "13.9.3",
3
+ "version": "13.10.0",
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
@@ -136,15 +136,16 @@ Install with a single command:
136
136
  npx claude-mem install
137
137
  ```
138
138
 
139
- Or install for Gemini CLI (auto-detects `~/.gemini`):
139
+ Or install for OpenCode:
140
140
 
141
141
  ```bash
142
- npx claude-mem install --ide gemini-cli
142
+ npx claude-mem install --ide opencode
143
143
  ```
144
- Or install for OpenCode:
144
+
145
+ Or install for Antigravity CLI ([setup guide](https://docs.claude-mem.ai/antigravity-cli/setup)):
145
146
 
146
147
  ```bash
147
- npx claude-mem install --ide opencode
148
+ npx claude-mem install --ide antigravity
148
149
  ```
149
150
 
150
151
  Or install from the plugin marketplace inside Claude Code:
@@ -155,7 +156,7 @@ Or install from the plugin marketplace inside Claude Code:
155
156
  /plugin install claude-mem
156
157
  ```
157
158
 
158
- Restart Claude Code or Gemini CLI. Context from previous sessions will automatically appear in new sessions.
159
+ Restart Claude Code. Context from previous sessions will automatically appear in new sessions.
159
160
 
160
161
  > **Note:** Claude-Mem is also published on npm, but `npm install -g claude-mem` installs the **SDK/library only** — it does not register the plugin hooks or set up the worker service. Always install via `npx claude-mem install` or the `/plugin` commands above.
161
162
 
@@ -191,7 +192,6 @@ The installer handles dependencies, plugin setup, AI provider configuration, wor
191
192
  ### Getting Started
192
193
 
193
194
  - **[Installation Guide](https://docs.claude-mem.ai/installation)** - Quick start & advanced installation
194
- - **[Gemini CLI Setup](https://docs.claude-mem.ai/gemini-cli/setup)** - Dedicated guide for Google's Gemini CLI integration
195
195
  - **[Usage Guide](https://docs.claude-mem.ai/usage/getting-started)** - How Claude-Mem works automatically
196
196
  - **[Search Tools](https://docs.claude-mem.ai/usage/search-tools)** - Query your project history with natural language
197
197
  - **[Beta Features](https://docs.claude-mem.ai/beta-features)** - Try experimental features like Endless Mode