Skip to content

Conversation

@chenjiahan
Copy link
Member

Summary

Update the help message to display all available tools, including any custom extra tools provided. This ensures users are aware of all tool options when using the --help flag.

Copilot AI review requested due to automatic review settings December 9, 2025 08:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the help message to include custom extra tools alongside the built-in tools (biome, eslint, prettier). The change ensures users are aware of all available tool options when using the --help flag.

Key changes:

  • Updated logHelpMessage function to accept and display extra tools in the help output
  • Added comprehensive test coverage to verify extra tools appear in help message

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/index.ts Modified logHelpMessage to accept extraTools parameter, construct a complete tools list including both built-in and extra tools, and display them in the help message
test/help.test.ts Added new test case that verifies extra tools are properly included in the help message output when --help flag is used

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

chenjiahan and others added 2 commits December 9, 2025 16:37
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@chenjiahan chenjiahan merged commit 53ac95f into main Dec 9, 2025
4 checks passed
@chenjiahan chenjiahan deleted the help_tools_1209 branch December 9, 2025 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants