mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:50:42 +00:00
fix: keep runtime deps repair out of hot paths
This commit is contained in:
@@ -133,7 +133,10 @@ export function resolvePluginTools(params: {
|
||||
const runtimeOptions = params.allowGatewaySubagentBinding
|
||||
? { allowGatewaySubagentBinding: true as const }
|
||||
: undefined;
|
||||
const loadOptions = buildPluginRuntimeLoadOptions(context, { runtimeOptions });
|
||||
const loadOptions = buildPluginRuntimeLoadOptions(context, {
|
||||
installBundledRuntimeDeps: false,
|
||||
runtimeOptions,
|
||||
});
|
||||
const registry = resolvePluginToolRegistry({
|
||||
loadOptions,
|
||||
allowGatewaySubagentBinding: params.allowGatewaySubagentBinding,
|
||||
|
||||
Reference in New Issue
Block a user