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
340 stars 39 forks source link

Incorrect Error Marking on README When Workflow Triggered Without User Input #313

Closed yangbobo2021 closed 5 months ago

yangbobo2021 commented 5 months ago

When a workflow that requires user input is triggered without such input, it currently displays the README with an error marking. This behavior can lead to misunderstandings by users who may interpret the README display as erroneous. The README information is, in fact, correct and should be shown without being marked as an error.

Expected Behavior: The README should be displayed normally without any error markings when the workflow is triggered without user input. This would help in clarifying the correct action to be taken by the user without misleading them into thinking there's an error with the README itself.