

























@@ -1460,6 +1460,7 @@ export function loadOpenClawPlugins(options: PluginLoadOptions = {}): PluginRegi
14601460 activationState,
14611461syntheticAuthRefs: manifestRecord.syntheticAuthRefs,
14621462channelIds: manifestRecord.channels,
1463+providerIds: manifestRecord.providers,
14631464configSchema: Boolean(manifestRecord.configSchema),
14641465contracts: manifestRecord.contracts,
14651466});
@@ -1496,6 +1497,7 @@ export function loadOpenClawPlugins(options: PluginLoadOptions = {}): PluginRegi
14961497 activationState,
14971498syntheticAuthRefs: manifestRecord.syntheticAuthRefs,
14981499channelIds: manifestRecord.channels,
1500+providerIds: manifestRecord.providers,
14991501configSchema: Boolean(manifestRecord.configSchema),
15001502contracts: manifestRecord.contracts,
15011503});
@@ -2305,6 +2307,7 @@ export async function loadOpenClawPluginCliRegistry(
23052307 activationState,
23062308syntheticAuthRefs: manifestRecord.syntheticAuthRefs,
23072309channelIds: manifestRecord.channels,
2310+providerIds: manifestRecord.providers,
23082311configSchema: Boolean(manifestRecord.configSchema),
23092312contracts: manifestRecord.contracts,
23102313});
@@ -2341,6 +2344,7 @@ export async function loadOpenClawPluginCliRegistry(
23412344 activationState,
23422345syntheticAuthRefs: manifestRecord.syntheticAuthRefs,
23432346channelIds: manifestRecord.channels,
2347+providerIds: manifestRecord.providers,
23442348configSchema: Boolean(manifestRecord.configSchema),
23452349contracts: manifestRecord.contracts,
23462350});
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。