@memtensor/memos-local-openclaw-plugin 1.0.10-beta.1 → 1.0.10
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -148,6 +148,10 @@ Add the plugin config to `~/.openclaw/openclaw.json`:
|
|
|
148
148
|
"entries": {
|
|
149
149
|
"memos-local-openclaw-plugin": {
|
|
150
150
|
"enabled": true,
|
|
151
|
+
"hooks": {
|
|
152
|
+
// Required on OpenClaw 2026.4.24+ for automatic memory_add via agent_end
|
|
153
|
+
"allowConversationAccess": true
|
|
154
|
+
},
|
|
151
155
|
"config": {
|
|
152
156
|
"embedding": {
|
|
153
157
|
"provider": "openai_compatible",
|
package/package.json
CHANGED