8 Commits

Author SHA1 Message Date
Luo Tim
bb0a5e3d04 Improve prompts for fix 2024-04-11 12:13:15 +08:00
Rankin Zheng
2272ab55bd feat: improve fix workflow guide. 2024-04-02 10:30:23 +08:00
bobo
09d23d34a8 fix lint error 2024-04-01 16:55:10 +08:00
bobo
5395639347 fix: Improve selection validation logic across modules
- Changed the condition to determine selection absence by comparing start and end range instead of checking if text is empty.
- Ensures that a non-selection (where start and end range are the same) correctly triggers the absence of selection error.
- Applied this logic uniformly in comments, docstring, explain, fix, and refactor modules.
2024-04-01 16:46:47 +08:00
bobo
852706d25d feat: Display README when no code is selected
- Add feature to show README.md when no text is selected
- Modify all command and main modules to support this feature
- Remove 'input: required' from command.yml files for flexibility
2024-04-01 16:41:25 +08:00
Rankin Zheng
ad4c2310d3 feat: add more readme file 2024-03-30 00:39:47 +08:00
bobo
cc61a3e600 docs: Add input field descriptions to commands
- Include `input: required` in the YAML of various commands
- Clarify the necessity of user input in workflow executions
- Ensure workflow documentation is comprehensive and clear
2024-03-29 19:14:50 +08:00
Luo Tim
0addeb462e Add the fix command 2024-03-11 18:57:03 +08:00