mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 21:31:26 +00:00
fix: restore cli registry side-effect option
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user