fix: restore cli registry side-effect option

This commit is contained in:
Shakker
2026-03-30 17:40:29 +01:00
committed by Shakker
parent ba7c98ab51
commit 8746e2e216

View File

@@ -1425,7 +1425,7 @@ export async function loadOpenClawPluginCliRegistry(
logger,
runtime: {} as PluginRuntime,
coreGatewayHandlers: options.coreGatewayHandlers as Record<string, GatewayRequestHandler>,
suppressGlobalCommands: true,
activateGlobalSideEffects: false,
});
const discovery = discoverOpenClawPlugins({