fix(extensions): clarify multimodel plugin roadmap

This commit is contained in:
777genius 2026-04-17 21:36:16 +03:00
parent 79050cc318
commit c70ebfe9a5
2 changed files with 3 additions and 2 deletions

View file

@ -162,7 +162,7 @@ export const ExtensionStoreView = (): React.JSX.Element => {
label: 'Plugins',
icon: Puzzle,
description:
'Small add-ons for the runtime. In multimodel mode they currently apply to Anthropic sessions when supported.',
'Small add-ons for the runtime. In multimodel mode they currently apply to Anthropic sessions when supported. Broader provider support is in development.',
},
{
value: 'mcp-servers' as const,

View file

@ -192,7 +192,8 @@ 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">
In the multimodel runtime, plugins currently apply only to Anthropic sessions.
In the multimodel runtime, plugins currently apply only to Anthropic sessions. Broader
plugin support across providers is in development.
{capability.reason ? ` ${capability.reason}` : ''}
</div>
);