mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 00:08:37 +00:00
fix: doctor plugin-id mapping for channel auto-enable (#25275) (thanks @zerone0x)
This commit is contained in:
@@ -502,8 +502,7 @@ export function applyPluginAutoEnable(params: {
|
||||
manifestRegistry?: PluginManifestRegistry;
|
||||
}): PluginAutoEnableResult {
|
||||
const env = params.env ?? process.env;
|
||||
const registry =
|
||||
params.manifestRegistry ?? loadPluginManifestRegistry({ config: params.config });
|
||||
const registry = params.manifestRegistry ?? loadPluginManifestRegistry({ config: params.config });
|
||||
const configured = resolveConfiguredPlugins(params.config, env, registry);
|
||||
if (configured.length === 0) {
|
||||
return { config: params.config, changes: [] };
|
||||
|
||||
Reference in New Issue
Block a user