350 Commits

Author SHA1 Message Date
kagami
fdf98281ea Config ci on scripts branch 2024-05-09 22:38:53 +08:00
kagami
c905c7c850 Remove llm_api module 2024-05-09 22:23:49 +08:00
kagami
b3cc1eb54f Add user_settings example 2024-05-09 22:23:49 +08:00
kagami
ec518753c0 Adjust unit_tests 2024-05-09 22:23:49 +08:00
kagami
f596f7729d Adjust refactor 2024-05-09 22:23:49 +08:00
kagami
d69f270262 Adjust fix 2024-05-09 22:23:49 +08:00
kagami
f7a47915c8 Adjust explain 2024-05-09 22:23:49 +08:00
kagami
a867c23be1 Adjust docstring 2024-05-09 22:23:49 +08:00
kagami
55e30a9592 Adjust commit 2024-05-09 22:23:49 +08:00
kagami
25572af366 Adjust comments 2024-05-09 22:23:49 +08:00
kagami
17d55bd324 Adjust ask-code 2024-05-09 22:23:49 +08:00
kagami
dabd12f5cf Adjust lib/ide_service 2024-05-09 22:23:49 +08:00
kagami
b87414e38d Adjust lib/chatmark 2024-05-09 22:18:51 +08:00
kagami
8b33eaa947 Update ruff config 2024-05-09 22:18:51 +08:00
kagami
d81c33d1da Update Makefile 2024-05-09 22:18:51 +08:00
kagami
b63e48c8a4 Remove the outdated code/ and expl_struct/ 2024-05-09 22:18:51 +08:00
kagami
704f2e3b92 Remove outdated requirements.txt 2024-05-09 22:18:51 +08:00
kagami
d9967f91ce Replace configuration.toml with config.yml 2024-05-09 22:18:51 +08:00
kagami
6a969358af Rename libs to lib 2024-05-09 22:18:51 +08:00
kagami
db3fe4cbc6 Move the existing workflows to merico/ 2024-05-09 22:18:51 +08:00
kagami
ec374b6250 Init the repo structure for workflow engine 2.0 2024-05-09 22:18:51 +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