From 27a54f7f32483bd2be5dfe82db4c03bd1f505a22 Mon Sep 17 00:00:00 2001 From: 777genius Date: Fri, 17 Apr 2026 19:47:41 +0300 Subject: [PATCH] fix(extensions): tighten plugin applicability copy --- src/renderer/components/extensions/plugins/PluginsPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/extensions/plugins/PluginsPanel.tsx b/src/renderer/components/extensions/plugins/PluginsPanel.tsx index 0f7cf218..10859fde 100644 --- a/src/renderer/components/extensions/plugins/PluginsPanel.tsx +++ b/src/renderer/components/extensions/plugins/PluginsPanel.tsx @@ -192,7 +192,7 @@ export const PluginsPanel = ({ return (
- Plugins currently apply to Anthropic sessions in the multimodel runtime. + In the multimodel runtime, plugins currently apply only to Anthropic sessions. {capability.reason ? ` ${capability.reason}` : ''}
);