375 Commits

Author SHA1 Message Date
kagami
b8a44d2f67 Improve Makefile 2024-05-19 15:32:34 +08:00
kagami
bbc53e488e
Merge pull request #107 from devchat-ai/log_time_for_step
chore: Add logging for step duration in Step class
2024-05-19 01:27:19 +00:00
Rankin Zheng
ff37ed592c
Merge pull request #108 from devchat-ai/add_pr_git_workflow
Add pr git workflow
2024-05-18 14:18:18 +00:00
bobo
634b3a7d63 Add github and pr workflow commands 2024-05-18 22:05:51 +08:00
bobo
fa8058b5ff chore: Refactor Step class to improve logging of step duration 2024-05-18 14:55:17 +08:00
bobo
53dc01015f chore: Add logging for step duration in Step class 2024-05-18 14:50:24 +08:00
boob.yang
cd7b56b4fe
Merge pull request #105 from devchat-ai/handle-readme
Handle readme manually
2024-05-16 07:33:08 +00:00
kagami
c212e704a1 Handle readme manually 2024-05-16 15:03:17 +08:00
Tim
5bf05e04a5
Merge pull request #104 from devchat-ai/fix-import
Fix import issue of unit_tests in a quick way for Windows
2024-05-15 09:26:21 +00:00
kagami
1c47b32987 Fix import issue of unit_tests in a quick way 2024-05-15 16:55:50 +08:00
kagami
5c6395adcc
Merge pull request #103 from devchat-ai/fix-env-name
Fix the env-name for ask-code
2024-05-14 12:20:19 +08:00
kagami
fa04ed820e Fix the env-name for ask-code 2024-05-14 12:17:56 +08:00
boob.yang
ea5288e4f1
Merge pull request #102 from devchat-ai/remove_addition_context_for_fix_workflow
Remove visual code block for /fix command
2024-05-14 02:59:09 +00:00
bobo
c4a206bbe6 Remove visual code block for /fix command 2024-05-14 10:31:36 +08:00
kagami
a9015f2a37
Merge pull request #101 from devchat-ai/fix_renames_chinese_bug
Refactor prompt in main.py for improved readability
2024-05-13 07:52:19 +00:00
bobo
c770b55a6e Refactor prompt in main.py for improved readability 2024-05-13 15:36:58 +08:00
bobo
3b3fcaeef9 Refactor prompt in main.py for improved readability 2024-05-13 15:21:05 +08:00
kagami
75de378f66
Merge pull request #98 from devchat-ai/fix_refactor_errors_to_script_branch
Fix refactor errors to script branch
2024-05-13 15:04:35 +08:00
boob.yang
0805ab223e
Merge pull request #99 from devchat-ai/scripts-to-gitlab
Sync scripts branch to gitlab
2024-05-11 18:10:39 +08:00
kagami
784fec4238 Sync scripts branch to gitlab 2024-05-11 17:35:15 +08:00
bobo
e45956edde Refactor imports and remove duplicate code in main.py 2024-05-11 16:55:05 +08:00
bobo
13ac7c466a Refactor imports and remove duplicate code in main.py 2024-05-11 16:51:53 +08:00
bobo
1b4540a7a8 Refactor code and improve comments in main.py 2024-05-11 16:45:49 +08:00
bobo
0d610cfb31 Refactor command.yml and rewrite.py for improved code readability and error handling 2024-05-11 16:45:49 +08:00
kagami
9ccec5058e
Merge pull request #95 from devchat-ai/scripts-ci
Config ci on scripts branch
2024-05-09 22:41:09 +08:00
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