openclaw - ✅(Solved) Fix [Bug]: can not create new agent after enable dreaming config [1 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#62541Fetched 2026-04-08 03:02:45
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×2cross-referenced ×1referenced ×1

openclaw agents list Invalid config at /Users/brian/.openclaw/openclaw.json:\n- plugins.entries.memory-core.config: invalid config: must NOT have additional properties

Error Message

  1. got following error :Invalid config at /Users/brian/.openclaw/openclaw.json:\n- plugins.entries.memory-core.config: invalid config: must NOT have additional properties

Root Cause

openclaw agents list Invalid config at /Users/brian/.openclaw/openclaw.json:\n- plugins.entries.memory-core.config: invalid config: must NOT have additional properties

PR fix notes

PR #62648: fix: include property name in additionalProperties validation errors

Description (problem / solution / changelog)

Summary

  • Enhanced additionalProperties AJV validation errors to include the offending property name
  • Before: must NOT have additional properties — unhelpful for debugging
  • After: must NOT have additional properties (unexpected property: 'dreaming') — immediately actionable

Test plan

  • New unit test in schema-validator.test.ts verifying property name is included
  • All 11 existing schema-validator tests pass
  • Manually verify error message renders correctly in terminal output

Closes #62541

Changed files

  • src/plugins/schema-validator.test.ts (modified, +18/-0)
  • src/plugins/schema-validator.ts (modified, +7/-1)
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

openclaw agents list Invalid config at /Users/brian/.openclaw/openclaw.json:\n- plugins.entries.memory-core.config: invalid config: must NOT have additional properties

Steps to reproduce

  1. enable dreaming config "memory-core": { // "config": { // "dreaming": { // "enabled": true // } // } // }

  2. run openclaw agents list

  3. got following error :Invalid config at /Users/brian/.openclaw/openclaw.json:\n- plugins.entries.memory-core.config: invalid config: must NOT have additional properties

Expected behavior

should be able to list the agents

Actual behavior

Invalid config at /Users/brian/.openclaw/openclaw.json:\n- plugins.entries.memory-core.config: invalid config: must NOT have additional properties

OpenClaw version

2026.4.5

Operating system

macOS

Install method

No response

Model

minimax

Provider / routing chain

N/A

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

Remove the "dreaming" config from the "memory-core" plugin in the openclaw.json file to resolve the invalid config error.

Guidance

  • Check the openclaw.json file at /Users/brian/.openclaw/ for any additional properties in the plugins.entries.memory-core.config section.
  • Verify that the memory-core plugin configuration only includes the required properties, without any extra settings like "dreaming".
  • Remove or comment out the "dreaming" config section to test if it resolves the issue.
  • Review the OpenClaw documentation for the memory-core plugin to ensure the configuration is valid and up-to-date.

Example

No code snippet is provided as the issue is related to a specific configuration file and plugin.

Notes

The fix assumes that the "dreaming" config is not a required or valid property for the memory-core plugin. If this property is necessary, further investigation into the plugin's documentation or support resources may be needed.

Recommendation

Apply workaround: Remove the "dreaming" config from the memory-core plugin to resolve the invalid config error, as it appears to be the cause of the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

should be able to list the agents

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - ✅(Solved) Fix [Bug]: can not create new agent after enable dreaming config [1 pull requests, 1 participants]