332 Commits

Author SHA1 Message Date
boob.yang
117a34789f
Merge pull request #96 from devchat-ai/fix_refactor_errors
Refactor command.yml and rewrite.py for Enhanced Readability and Error Handling
2024-05-11 16:12:13 +08:00
bobo
dd716e4475 Refactor code and improve comments in main.py 2024-05-11 15:17:18 +08:00
bobo
ddd14faffa Refactor command.yml and rewrite.py for improved code readability and error handling 2024-05-11 15:07:50 +08:00
Tim
daea79e719
Merge pull request #94 from devchat-ai/ide-service-exception
Add try-catch for some ide services
2024-04-29 15:11:31 +08:00
kagami
ec0103eaf3 Add try-catch for some ide services 2024-04-29 15:05:46 +08:00
boob.yang
b7d36a3b7a
Merge pull request #91 from devchat-ai/fix-stream-out
Use chat_completion_stream_out for streaming output
2024-04-24 21:23:29 +08:00
kagami
686c355b98 Use chat_completion_stream_out for streaming output 2024-04-24 21:15:19 +08:00
boob.yang
efbe2ca507
Merge pull request #90 from devchat-ai/improve-prompts-for-fix
Improve prompts for fix
2024-04-11 12:49:32 +08:00
Luo Tim
bb0a5e3d04 Improve prompts for fix 2024-04-11 12:13:15 +08:00
boob.yang
507cf9e3c1
Merge pull request #89 from devchat-ai/improve-prompts-for-comments
Improve prompts for comments
2024-04-11 12:04:23 +08:00
Luo Tim
a7deccc441 Improve prompts for comments 2024-04-11 11:47:59 +08:00
boob.yang
1d57a9424e
Merge pull request #88 from devchat-ai/improve-prompts-for-explain
Improve explain prompts
2024-04-11 11:00:13 +08:00
Luo Tim
612db5fa6a Improve explain prompts 2024-04-11 10:58:06 +08:00
boob.yang
e0627bf780
Merge pull request #87 from devchat-ai/feat/improve-readme-guide
Improve Workflow Guides and Image Spacing Adjustment
2024-04-02 11:04:41 +08:00
Rankin Zheng
fc192d3de6 fix: Add spacing to increase the distance between images. 2024-04-02 10:51:47 +08:00
Rankin Zheng
ae9fca1442 feat: improve refactor workflow guide. 2024-04-02 10:49:05 +08:00
Rankin Zheng
2eb2d8abb0 feat: improve explain workflow guide. 2024-04-02 10:38:39 +08:00
Rankin Zheng
2272ab55bd feat: improve fix workflow guide. 2024-04-02 10:30:23 +08:00
Rankin Zheng
ddc236f297 feat: improve comments workflow guide. 2024-04-02 10:17:25 +08:00
Rankin Zheng
b66cfc9a4f feat: improve docstring workflow guide. 2024-04-02 09:36:06 +08:00
kagami
4938eeb74c
Merge pull request #86 from devchat-ai/enhancement/chinese-language-support-workflows-#315
Implement Chinese Language Support for Workflow Outputs
2024-04-02 08:33:10 +08:00
Rankin Zheng
86b81459e0 improve: update unit tests workflow guide. 2024-04-02 08:19:53 +08:00
bobo
574dbaf9ba fix lint error 2024-04-01 20:54:24 +08:00
bobo
025858a231 feat: Implement Chinese language support in workflows
- Removed explicit language parameter for commit commands
- Introduced language detection and bilingual messages
- Deleted specific Chinese command file for streamlined approach
2024-04-01 20:46:25 +08:00
Tim
c1ce229c64
Merge pull request #85 from devchat-ai/fix_input_field_error
Enhance Non-Selection Behavior and Validate Selection Across Modules
2024-04-01 19:04:41 +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
ceb280012d
Merge pull request #84 from devchat-ai/docs/add-input-field-desc-#312
feat: add fix/comments workflow
2024-03-30 00:51:55 +08:00
Rankin Zheng
3a0600ae9e feat: add fix/comments workflow 2024-03-30 00:46:08 +08:00
Rankin Zheng
e3cb0725a0
Merge pull request #82 from devchat-ai/docs/add-input-field-desc-#312
Update Workflow Command Documentation to Include 'input' Field Descriptions
2024-03-30 00:41:37 +08:00
Rankin Zheng
ad4c2310d3 feat: add more readme file 2024-03-30 00:39:47 +08:00
Rankin Zheng
e9cac56372 feat:move refact.name to refactor readme file 2024-03-30 00:34:37 +08:00
Rankin Zheng
70c926166a Add workflow readme file 2024-03-30 00:32:22 +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
Tim
355686d280
Merge pull request #81 from devchat-ai/enhancement/workflow-recommendations-setup-#304
Add Configuration File for Workflow Recommendations
2024-03-27 20:28:41 +08:00
bobo
8ea2e832bc Update workflow in configuration.toml 2024-03-26 16:40:05 +08:00
bobo
e190aeda25 feat: Add recommended workflows config file
- Created a new configuration.toml for workflow recommendations
- Populated the file with initial recommended workflows
- Ensured proper formatting for easy accessibility
2024-03-26 14:29:04 +08:00
Rankin Zheng
1219dc8fd1
Merge pull request #80 from devchat-ai/remove_release_notes
remove release notes workflow.
2024-03-26 11:48:36 +08:00
boob.yang
84c7596837
remove release notes workflow. 2024-03-26 10:30:11 +08:00
Tim
9dead9b3cf
Merge pull request #79 from devchat-ai/prompt-improvement
Make test case descriptions concise
2024-03-19 11:15:37 +08:00
kagami
6c9bf72a13 Add comment for switching back to gpt3.5 2024-03-19 10:57:29 +08:00
kagami
1ef0bff393 Make test case descriptions concise 2024-03-19 10:57:29 +08:00
Tim
0da8287ad9
Merge pull request #78 from devchat-ai/prompt-improvement
Improve the principles for writing tests
2024-03-18 10:04:02 +08:00
kagami
1896c2b933 Improve the principles for writing tests 2024-03-18 09:30:11 +08:00
Tim
bee6f21535
Merge pull request #77 from devchat-ai/fix-typo
Fix typo
2024-03-15 19:00:07 +08:00
kagami
ef4ea025a9 Fix typo 2024-03-15 17:01:22 +08:00
boob.yang
f753fb7bb2
Merge pull request #76 from devchat-ai/context-info
Show additional context info in summary
2024-03-15 16:56:57 +08:00
kagami
ef6554df5a Update i18n translations 2024-03-15 16:45:30 +08:00
kagami
4fb3b79ebe Print additional context in summary 2024-03-15 16:39:08 +08:00