@remnic/plugin-openclaw 9.69.57 → 9.69.59
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 +8 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -243,6 +243,14 @@ OpenClaw 2026.5.30-beta.1 may resolve bare package names npm-first during the
|
|
|
243
243
|
launch cutover, so operator docs should keep the explicit `clawhub:` prefix for
|
|
244
244
|
deterministic installs.
|
|
245
245
|
|
|
246
|
+
OpenClaw 2026.8.1 (2.0) removed `api.registerMemoryPromptSection`. Plugin
|
|
247
|
+
releases up to and including `9.69.56` relied on that API in bridge/delegate
|
|
248
|
+
mode: on a 2.0 host the plugin loads, reaches the daemon, and captures turns,
|
|
249
|
+
but injects no memory into agent prompts. Upgrading the host to 2.0 requires
|
|
250
|
+
`@remnic/plugin-openclaw` `9.69.57` or newer. OpenClaw 1.x hosts (2026.4
|
|
251
|
+
through 2026.7.x) and embedded (non-delegate) memory mode are unaffected on
|
|
252
|
+
every plugin version. See issue #3057.
|
|
253
|
+
|
|
246
254
|
The manifest declares `activation.onStartup: false`, exposes the optional
|
|
247
255
|
plugin-mode OpenAI key through `providerAuthChoices`, and mirrors the
|
|
248
256
|
`OPENAI_API_KEY` env signal through `setup.providers[].envVars` for current
|