fix(plugins): accept unscoped registry cache reuse

This commit is contained in:
Peter Steinberger
2026-05-02 10:46:21 +01:00
parent e0221d37e5
commit 6cc7b759e9

View File

@@ -554,7 +554,7 @@ function setCachedPluginRegistry(
function getReusableCachedPluginRegistry(params: {
cacheKey: string;
onlyPluginIds: string[];
onlyPluginIds?: string[];
runtimeSubagentMode: "default" | "explicit" | "gateway-bindable";
options: PluginLoadOptions;
}):