fix(config): register bundledMode in zod schema and help text · openclaw/openclaw@81035e6
dougbtv
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1212,6 +1212,8 @@ export const FIELD_HELP: Record<string, string> = {
|
1212 | 1212 | 'Select the active memory plugin by id, or "none" to disable memory plugins.', |
1213 | 1213 | "plugins.slots.contextEngine": |
1214 | 1214 | "Selects the active context engine plugin by id so one plugin provides context orchestration behavior.", |
| 1215 | +"plugins.bundledMode": |
| 1216 | +'Controls whether bundled plugins bypass plugins.allow on runtime discovery paths. "compat" (default) preserves legacy behavior where bundled provider plugins are force-loaded on every chat turn. "respect-allow" gates bundled plugins by the allowlist the same way third-party plugins are gated.', |
1215 | 1217 | "plugins.entries": |
1216 | 1218 | "Per-plugin settings keyed by plugin ID including enablement and plugin-specific runtime configuration payloads. Use this for scoped plugin tuning without changing global loader policy.", |
1217 | 1219 | "plugins.entries.*.enabled": |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。