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 workflow command in chat input and display usage instructions #306

Closed yangbobo2021 closed 5 months ago

yangbobo2021 commented 5 months ago

Description

There is a need to expose the unit_test workflow command directly in the chat input box. Currently, when no arguments are provided to the unit_test command by a user, there should be a mechanism to guide the user on its proper usage. This guidance can be effectively provided through the README.md file, detailing the steps or syntax for correctly using the unit_test command.

Expected Behavior

This feature will enhance usability by ensuring new users or those unfamiliar with the command can quickly learn and apply it correctly without needing to search through documentation manually. It's a quality-of-life improvement that reduces the barrier to entry for using the unit_test workflow effectively.