mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 18:30:44 +00:00
fix(hooks): stop memory-core runtime config fallback
This commit is contained in:
@@ -51,6 +51,11 @@ const BUNDLED_LIVE_CONFIG_HOOK_GUARDS = {
|
||||
'resolvePluginConfigObject(api.runtime.config.loadConfig(), "active-memory")',
|
||||
"api.runtime.config.loadConfig()",
|
||||
],
|
||||
"extensions/memory-core/src/dreaming.ts": [
|
||||
'params.reason === "runtime"',
|
||||
"resolveMemoryCorePluginConfig(startupCfg)",
|
||||
"api.runtime.config?.loadConfig?.() ?? api.config",
|
||||
],
|
||||
"extensions/memory-lancedb/index.ts": [
|
||||
'resolvePluginConfigObject(runtimeConfig, "memory-lancedb")',
|
||||
"api.runtime.config?.loadConfig?.()",
|
||||
|
||||
Reference in New Issue
Block a user