From eee52d6b25cf935f3f36d7cfe51a26a4bd598770 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 15 Apr 2026 10:42:18 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@f09a4d9ba07d5af00e9dc50587e6b2285069c15c --- .openclaw-sync/source.json | 4 ++-- docs/.generated/config-baseline.sha256 | 4 ++-- docs/gateway/local-models.md | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 6c92ec926..bd62c0c2e 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "88d3620a85bff82a905dbb6ccdfd16c5ac5cf447", - "syncedAt": "2026-04-15T09:40:15.103Z" + "sha": "f09a4d9ba07d5af00e9dc50587e6b2285069c15c", + "syncedAt": "2026-04-15T10:42:17.494Z" } diff --git a/docs/.generated/config-baseline.sha256 b/docs/.generated/config-baseline.sha256 index 32d8fec82..47d844620 100644 --- a/docs/.generated/config-baseline.sha256 +++ b/docs/.generated/config-baseline.sha256 @@ -1,4 +1,4 @@ -8ae312a03361238f30a2454258808744b7ad6a5d079ff321eaa60f4b8af82005 config-baseline.json -2dac6cea7a03051e10c4f1ceeb8025c23220a550b940156d6eddeb8e3ecd75f1 config-baseline.core.json +900c26a9b060f1dfa712abfba877bd3bf9c7b0c9f2294faf9834038283ec24b6 config-baseline.json +d956a1d60f776bba712cb04374a4f5657cad95bb088b536c5e3e4e29d4a21328 config-baseline.core.json ef83a06633fc001b5b2535566939186ecb49d05cd1a90b40e54cc58d3e6e44e3 config-baseline.channel.json 5f5d4e850df6e9854a85b5d008236854ce185c707fdbb566efcf00f8c08b36e3 config-baseline.plugin.json diff --git a/docs/gateway/local-models.md b/docs/gateway/local-models.md index c54e2165c..28b1c2a12 100644 --- a/docs/gateway/local-models.md +++ b/docs/gateway/local-models.md @@ -165,8 +165,9 @@ Compatibility notes for stricter OpenAI-compatible backends: agent-runtime prompt shape, especially when tool schemas are included. If the backend works for tiny direct `/v1/chat/completions` calls but fails on normal OpenClaw agent turns, first try - `agents.defaults.localModelMode: "lean"` to drop heavyweight default tools - like `browser`, `cron`, and `message`; if that still fails, try + `agents.defaults.experimental.localModelLean: true` to drop heavyweight + default tools like `browser`, `cron`, and `message`; this is an experimental + flag, not a stable default-mode setting. If that still fails, try `models.providers..models[].compat.supportsTools: false`. - If the backend still fails only on larger OpenClaw runs, the remaining issue is usually upstream model/server capacity or a backend bug, not OpenClaw's