fix(plugins): align loader cache scope typing

This commit is contained in:
Peter Steinberger
2026-05-02 11:01:21 +01:00
parent e497681dea
commit 738cf18a0f

View File

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