openclaw-memory-alibaba-local 1.0.1 → 1.0.2

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.
@@ -62,7 +62,7 @@
62
62
  "default": "llm",
63
63
  "description": "regex or llm; llm needs apiKey+model (plugin llm and/or openclaw.json bailian + agents.defaults.model)."
64
64
  },
65
- "autoRecall": { "type": "boolean", "default": false },
65
+ "autoRecall": { "type": "boolean", "default": true },
66
66
  "autoCapture": { "type": "boolean", "default": true },
67
67
  "captureMaxChars": { "type": "number", "default": 50000 },
68
68
  "enableMemoryDecay": {
@@ -206,7 +206,7 @@
206
206
  },
207
207
  "autoRecall": {
208
208
  "label": "Auto Recall",
209
- "help": "When true: inject memories before each prompt and register memory_recall / memory_store / memory_forget. When false (default): no auto recall and no those tools; agent_end capture still follows autoCapture."
209
+ "help": "When true (default): inject memories before each prompt and register memory_recall / memory_store / memory_forget. When false: no auto recall and no those tools; agent_end capture still follows autoCapture."
210
210
  },
211
211
  "autoCapture": {
212
212
  "label": "Auto Capture",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-memory-alibaba-local",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "OpenClaw memory plugin: local LanceDB + DashScope-compatible embeddings",
5
5
  "type": "module",
6
6
  "engines": {