We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e497681 commit 738cf18Copy full SHA for 738cf18
1 file changed
src/plugins/loader.ts
@@ -554,7 +554,7 @@ function setCachedPluginRegistry(
554
555
function getReusableCachedPluginRegistry(params: {
556
cacheKey: string;
557
- onlyPluginIds?: string[];
+ onlyPluginIds: string[] | undefined;
558
runtimeSubagentMode: "default" | "explicit" | "gateway-bindable";
559
options: PluginLoadOptions;
560
}):
0 commit comments