#The beta version said it added a lean mode for LocalModelMode but it fails

1 messages ยท Page 1 of 1 (latest)

molten prairie
#

๐Ÿฆž OpenClaw 2026.4.15-beta.2 (29427fe) โ€” I'm basically a Swiss Army knife, but with more opinions and fewer sharp edges.

Config invalid
File: ~/.openclaw/openclaw.json
Problem:

  • agents.defaults: Unrecognized key: "localModelMode"

Run: openclaw doctor --fix
Gateway aborted: config is invalid.
agents.defaults: Unrecognized key: "localModelMode"
Fix the config and retry, or run "openclaw doctor" to repair.

inland ermineBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

little oreBOT
half pebbleBOT
#

Let me verify the docs/code so I don't guess the config key.

#

FAQ moved in this checkout, so I'm finding the current location plus the exact config docs.

#

I found the actual key. Now I'm checking whether doctor --fix can clean up the old one automatically or if it needs a manual edit.

#

Lean mode is real, but the config key is not agents.defaults.localModelMode.

Use this instead:

{
  "agents": {
    "defaults": {
      "experimental": {
        "localModelLean": true
      }
    }
  }
}

So basically: