mr-memory 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,8 +13,8 @@ openclaw plugins install mr-memory
13
13
  ## Setup
14
14
 
15
15
  ```bash
16
- openclaw mr enable <your-memory-key> # Get a key at memoryrouter.ai
17
- openclaw mr upload # Upload workspace + session history
16
+ openclaw mr <your-memory-key> # Get a key at memoryrouter.ai
17
+ openclaw mr upload # Upload workspace + session history
18
18
  ```
19
19
 
20
20
  ## Commands
@@ -25,7 +25,7 @@ openclaw mr upload # Upload workspace + sessions
25
25
  openclaw mr upload --brain ~/.notopenclaw # Upload from a different agent
26
26
  openclaw mr off # Disable
27
27
  openclaw mr delete # Clear vault
28
- openclaw mr enable <key> # Enable with key
28
+ openclaw mr <key> # Enable with key
29
29
  ```
30
30
 
31
31
  ## Upload Options
@@ -44,7 +44,7 @@ Only direct user-to-AI conversation is stored. Tool use and subagent work are ex
44
44
 
45
45
  ## Config
46
46
 
47
- After `openclaw mr enable <key>`, config is stored at:
47
+ After `openclaw mr <key>`, config is stored at:
48
48
 
49
49
  ```json
50
50
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-memory",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "MemoryRouter persistent memory plugin for OpenClaw — your AI remembers every conversation",
5
5
  "type": "module",
6
6
  "keywords": [