Skip to content

Commit 6538fd0

Browse files
James Zhuclaude
andcommitted
Include Qwen in skill command help text to accurately reflect supported AI assistants
The skill command help text was missing Qwen from the list of supported AI assistants, even though Qwen is fully supported throughout the codebase. This update ensures the CLI documentation correctly represents all available options. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8942bba commit 6538fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code_assistant_manager/cli/skills_commands.py

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

2121
skill_app = typer.Typer(
22-
help="Manage skills for AI assistants (Claude, Codex, Copilot, Gemini, Droid, CodeBuddy)",
22+
help="Manage skills for AI assistants (Claude, Codex, Copilot, Gemini, Droid, CodeBuddy, Qwen)",
2323
no_args_is_help=True,
2424
)
2525

0 commit comments

Comments
 (0)