@remem-ai/remem 0.5.154 → 0.5.197
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 +6 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -11,8 +11,14 @@ from the GitHub Release during installation.
|
|
|
11
11
|
```bash
|
|
12
12
|
npm install -g @remem-ai/remem
|
|
13
13
|
remem install --target codex
|
|
14
|
+
# or: remem install --target claude
|
|
15
|
+
# or: remem install --target all
|
|
14
16
|
```
|
|
15
17
|
|
|
18
|
+
`remem install` can auto-detect existing Claude Code and Codex CLI config
|
|
19
|
+
directories. On first-time setups, use `--target codex`, `--target claude`, or
|
|
20
|
+
`--target all` so remem can create the selected config files.
|
|
21
|
+
|
|
16
22
|
Supported platforms:
|
|
17
23
|
|
|
18
24
|
- macOS arm64 / x64
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remem-ai/remem",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.197",
|
|
4
|
+
"mcpName": "io.github.majiayu000/remem",
|
|
4
5
|
"description": "Local-first coding agent memory for Claude Code and OpenAI Codex",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"homepage": "https://majiayu000.github.io/remem/",
|