Asked my claw what's going on. That was the output:
It's a memory-core bug, not a bug with your key or Dreaming itself.
What to do:
• Best solution: update OpenClaw, because the REM flow is calling the agent without an idempotencyKey
• Immediate workaround: turn off Dreaming
/dreaming off
If you modify the code: fix the flow that calls the agent to always pass an idempotencyKey
Short summary:
• Real error, missing idempotencyKey
• Consequence, applied=0
• Nothing was promoted
What can be done to fix it?