mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:48:27 +00:00
Gateway: suppress tools.catalog plugin conflict diagnostics
This commit is contained in:
@@ -84,6 +84,7 @@ function buildPluginGroups(params: {
|
||||
},
|
||||
existingToolNames: params.existingToolNames,
|
||||
toolAllowlist: ["group:plugins"],
|
||||
suppressNameConflicts: true,
|
||||
});
|
||||
const groups = new Map<string, ToolCatalogGroup>();
|
||||
for (const tool of pluginTools) {
|
||||
|
||||
Reference in New Issue
Block a user