mr-memory 2.20.0 → 2.20.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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -886,6 +886,7 @@ const memoryRouterPlugin = {
886
886
  headers: {
887
887
  Authorization: `Bearer ${memoryKey}`,
888
888
  "Content-Type": "application/json",
889
+ ...(embeddings && { "X-Embedding-Model": embeddings }),
889
890
  },
890
891
  body: JSON.stringify({ query, limit }),
891
892
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-memory",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "description": "MemoryRouter persistent memory plugin for OpenClaw — your AI remembers every conversation",
5
5
  "type": "module",
6
6
  "files": [