fix(extensions): tighten plugin applicability copy

This commit is contained in:
777genius 2026-04-17 19:47:41 +03:00
parent 88ac0acdf8
commit 27a54f7f32

View file

@ -192,7 +192,7 @@ export const PluginsPanel = ({
return (
<div className="rounded-md border border-amber-500/30 bg-amber-500/5 px-4 py-3 text-sm text-amber-300">
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}` : ''}
</div>
);