mr-memory 1.0.0 → 1.0.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/index.ts CHANGED
@@ -57,7 +57,7 @@ function isToolUseIteration(context: { messages?: Array<{ role: string; content?
57
57
  }
58
58
 
59
59
  const memoryRouterPlugin = {
60
- id: "memoryrouter",
60
+ id: "mr-memory",
61
61
  name: "MemoryRouter",
62
62
  description: "Persistent AI memory powered by MemoryRouter",
63
63
 
@@ -220,7 +220,7 @@ const memoryRouterPlugin = {
220
220
  // ==================================================================
221
221
 
222
222
  api.registerService({
223
- id: "memoryrouter",
223
+ id: "mr-memory",
224
224
  start: () => {
225
225
  if (memoryKey) {
226
226
  api.logger.info?.(`memoryrouter: active (key: ${memoryKey.slice(0, 6)}...)`);
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "memoryrouter",
2
+ "id": "mr-memory",
3
3
  "uiHints": {
4
4
  "key": {
5
5
  "label": "Memory Key",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-memory",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MemoryRouter persistent memory plugin for OpenClaw — your AI remembers every conversation",
5
5
  "type": "module",
6
6
  "keywords": [