From be350cfb540df3730e424f58054e4c2b0fa2ccea Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 12 Apr 2026 04:22:39 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@3d1135fa195080ec284db12ee1b3aa88ce75fda2 --- .openclaw-sync/source.json | 4 ++-- docs/concepts/active-memory.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index c622d41aa..ecd03342f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "94340b959830b8d7dd70d486617963ad2999409c", - "syncedAt": "2026-04-12T02:52:54.347Z" + "sha": "3d1135fa195080ec284db12ee1b3aa88ce75fda2", + "syncedAt": "2026-04-12T04:22:39.108Z" } diff --git a/docs/concepts/active-memory.md b/docs/concepts/active-memory.md index 596ad4955..00b04c1f4 100644 --- a/docs/concepts/active-memory.md +++ b/docs/concepts/active-memory.md @@ -35,7 +35,7 @@ self-contained, safe-default setup: enabled: true, agents: ["main"], allowedChatTypes: ["direct"], - modelFallbackPolicy: "default-remote", + modelFallback: "google/gemini-3-flash", queryMode: "recent", promptStyle: "balanced", timeoutMs: 15000, @@ -51,7 +51,7 @@ self-contained, safe-default setup: This turns the plugin on for the `main` agent, keeps it limited to direct-message style sessions by default, lets it inherit the current session model first, and -still allows the built-in remote fallback if no explicit or inherited model is +uses the configured fallback model only if no explicit or inherited model is available. After that, restart the gateway: @@ -85,7 +85,7 @@ Start with this in `openclaw.json`: config: { agents: ["main"], allowedChatTypes: ["direct"], - modelFallbackPolicy: "default-remote", + modelFallback: "google/gemini-3-flash", queryMode: "recent", promptStyle: "balanced", timeoutMs: 15000,