devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
342 stars 39 forks source link

Expose unit_test Command in Chat and Display Usage Instructions #307

Closed yangbobo2021 closed 5 months ago

yangbobo2021 commented 5 months ago

This pull request addresses issue #306 by ensuring that when the unit_test command is entered into the chat input without any arguments, the system now provides the user with instructions on effective usage. These changes enhance usability by guiding new users or those unfamiliar with the command, allowing them to quickly learn and apply it correctly without manually searching through the documentation.

The functionality to filter out hidden workflows has been refactored as a part of this improvement. Below are the main changes included in this pull request:

By removing the complexity associated with hidden workflow configurations, we make the system more maintainable and streamline the process for users to access and learn about the unit_test command.

For more detail on issue discussion: devchat-ai/devchat#306

Closes devchat-ai/devchat#306

yangbobo2021 commented 5 months ago

/review