fix(memory): default dreaming.storage.mode to 'separate' for OpenClaw 2026.4.15+#2
Merged
Merged
Conversation
… 2026.4.15+
OpenClaw 2026.4.15 changed the documented default from 'inline' to 'separate'
and only recognizes those two modes. The legacy 'both' value (with
separateReports: true) was an Ari-era pattern whose behavior is no longer part
of the supported surface. 'separate' matches actual consumption in the wiki
bridge (wiki-daily-ingest.sh already reads from memory/dreaming/{phase}/).
Bumps toolkit to 3.2.6. Also promotes the previously-unreleased update-check
schema-validation fix into this release.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
install-memory.shdreaming config from legacy{'mode': 'both', 'separateReports': True}to the supported{'mode': 'separate'}.inlineandseparateas valid modes and changed the default frominlinetoseparate;bothwas an Ari-era value whose behavior is no longer part of the supported surface.claude-code-update-check.shSessionEnd schema-validation fix into this release.Context
Surfaced while reviewing the delta from OpenClaw 2026.4.14 → 2026.4.22 before upgrading the live Ari stack. The wiki bridge (
wiki-daily-ingest.sh) already reads frommemory/dreaming/{phase}/so consumption is unchanged — only the memory-core config shape needed alignment. Existing operator installs that wrote"both"should migrate to"separate"before upgrading past 2026.4.14.Test plan
bash -n install-memory.sh— passesgrep(no remaining'both'orseparateReports)/home/ubuntu/ari/openclaw.jsonand confirmed memory-core loads cleanly under 2026.4.22plugins.entries.memory-core.config.dreaming.storage.modein existingopenclaw.jsonfrom"both"to"separate".🤖 Generated with Claude Code