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}` : ''}
);