Skip to content

Commit a9bfd2c

Browse files
committed
Fix: Plugin help text should only list Claude and CodeBuddy
Plugins only support Claude and CodeBuddy. Codex, Gemini, and Droid do not have plugin support implemented yet.
1 parent 792c539 commit a9bfd2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code_assistant_manager/cli/plugin_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
logger = logging.getLogger(__name__)
2727

2828
plugin_app = typer.Typer(
29-
help="Manage plugins and marketplaces for AI assistants (Claude, Codex, Gemini, Droid, CodeBuddy)",
29+
help="Manage plugins and marketplaces for AI assistants (Claude, CodeBuddy)",
3030
no_args_is_help=True,
3131
)
3232

0 commit comments

Comments
 (0)