From 64af2feda0334aecd3bb5101cb628b7040caa437 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 26 Apr 2026 02:39:07 -0700 Subject: [PATCH] docs(context-engine): note that uninstalling the selected context engine plugin resets plugins.slots.contextEngine to the default (c6b7444d16) --- docs/concepts/context-engine.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/concepts/context-engine.md b/docs/concepts/context-engine.md index b5568f96629..6426b2b3417 100644 --- a/docs/concepts/context-engine.md +++ b/docs/concepts/context-engine.md @@ -253,6 +253,10 @@ A no-op `compact()` is unsafe for an active non-owning engine because it disable The slot is exclusive at run time — only one registered context engine is resolved for a given run or compaction operation. Other enabled `kind: "context-engine"` plugins can still load and run their registration code; `plugins.slots.contextEngine` only selects which registered engine id OpenClaw resolves when it needs a context engine. + +**Plugin uninstall:** when you uninstall the plugin currently selected as `plugins.slots.contextEngine`, OpenClaw resets the slot back to the default (`legacy`). The same reset behavior applies to `plugins.slots.memory`. No manual config edit is required. + + ## Relationship to compaction and memory