mirror of https://github.com/openclaw/openclaw.git
fix: restore cli registry side-effect option
This commit is contained in:
parent
ba7c98ab51
commit
8746e2e216
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue