11 Commits

Author SHA1 Message Date
kagami
bca2507c2f Sort and format import blocks 2024-01-05 12:27:57 +08:00
bobo
86d087dd12 refactor: Improve readability and syntax in codebase
- Reformatted multiline strings for clarity in commit.py
- Applied consistent quotation marks for string literals in commit.py
- Introduced newlines between rpc_call decorator functions in services.py
2024-01-02 21:37:02 +08:00
bobo
6de24f0d06 refactor: Refactor code to remove unused functions
- Removed unused functions `gpt_file_summary`, `gpt_file_group`, `get_file_summaries`, `get_file_summaries_and_groups`, `get_marked_files`, `generate_commit_message_base_file_summaries`
- Updated function `get_marked_files` to accept only `modified_files` and `staged_files`
- Updated function `generate_commit_message_base_diff` to provide a more descriptive start message for the commit workflow
2024-01-02 21:37:02 +08:00
bobo.yang
1f23fd4d86 Fix conditional statement in rpc_call function 2023-12-21 10:42:26 +08:00
bobo.yang
0336bca3b1 Add log_info function to ide_services.services.py 2023-12-20 21:13:05 +08:00
bobo.yang
2b74ea0822 reformat 2023-12-18 21:06:07 +08:00
bobo.yang
e2e0c6b93a add ide service and group ui 2023-12-18 21:06:07 +08:00
kagami
82bee7a7de Fix format 2023-12-08 18:38:29 +08:00
bobo.yang
4092985e05 feat: Improve rpc_call error handling
- Updated rpc_call in ide_services to gracefully handle server errors
2023-12-08 11:13:17 +08:00
bobo.yang
f87a2f7f81 read service url from environ 2023-11-30 07:57:24 +08:00
bobo.yang
1dc2dfdba1 add ide service functions 2023-11-30 07:50:49 +08:00