mr-memory 2.9.8 → 2.9.9

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -243,7 +243,7 @@ const memoryRouterPlugin = {
243
243
  `memoryrouter: injected ${data.memories_found || 0} memories (${data.memory_tokens || 0} tokens)`,
244
244
  );
245
245
  const wrapped = wrapForInjection(data.context);
246
- return { prependContext: wrapped };
246
+ return { appendSystemPrompt: wrapped };
247
247
  }
248
248
  } catch {
249
249
  // Silent fail on tool iterations — don't block the agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-memory",
3
- "version": "2.9.8",
3
+ "version": "2.9.9",
4
4
  "description": "MemoryRouter persistent memory plugin for OpenClaw — your AI remembers every conversation",
5
5
  "type": "module",
6
6
  "files": [