We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c610acc commit 32dc366Copy full SHA for 32dc366
1 file changed
index.ts
@@ -570,7 +570,10 @@ export const OpenAIOAuthPlugin: Plugin = async ({ client }: PluginInput) => {
570
};
571
572
// Initialize runtime UI settings once on plugin load; auth/tools refresh this dynamically.
573
- resolveUiRuntime();
+ resolveRuntimeUiOptions({
574
+ loadPluginConfig,
575
+ applyUiRuntimeFromConfig,
576
+ });
577
578
return {
579
event: eventHandler,
0 commit comments