1658 Commits

Author SHA1 Message Date
bobo.yang
c937e67c70 Refactor historyMessagesBase.ts and handlerRegister.ts 2024-06-17 21:33:30 +08:00
boob.yang
498d9178b7
Merge pull request #564 from devchat-ai/update_gui_2406172
Refactor subproject commit in gui
2024-06-17 21:25:03 +08:00
bobo.yang
c661517e20 Refactor subproject commit in gui 2024-06-17 21:22:51 +08:00
boob.yang
ebe8d1b7b8
Merge pull request #563 from devchat-ai/fix_select_model_error
fix: Remove default model configuration
2024-06-17 21:21:45 +08:00
bobo.yang
3589d497f1 fix: Remove default model configuration
- Removed the code that sets the default model in the configuration
- This change is to address the issue where the default model was being incorrectly set
- Simplified the configuration migration process by removing unnecessary steps
2024-06-17 21:14:31 +08:00
boob.yang
4114a606b6
Merge pull request #562 from devchat-ai/update_gui_240617
Refactor subproject commit in gui
2024-06-17 14:00:43 +08:00
bobo.yang
1ed878db6d Refactor subproject commit in gui 2024-06-17 13:58:50 +08:00
Tim
49a26e02a9
Merge pull request #561 from devchat-ai/ide_service_cors
Refactor subproject commit in gui and getCurrentFileInfo endpoint
2024-06-17 12:28:07 +08:00
bobo.yang
4186deb4f0 Refactor subproject commit in gui 2024-06-17 09:22:01 +08:00
bobo.yang
5ec19946d5 Refactor getCurrentFileInfo endpoint and add CORS headers 2024-06-17 09:20:16 +08:00
Tim
13d2e6f2f8
Merge pull request #560 from devchat-ai/handle_get_current_file_path
feat: Add getCurrentFileInfo and getIDEServicePort handlers
2024-06-16 23:23:36 +08:00
bobo.yang
2bdf9d01eb feat: Add getCurrentFileInfo and getIDEServicePort handlers
- Added getCurrentFileInfo handler to retrieve the absolute path of the current file
- Added getIDEServicePort handler to retrieve the IDE service port
- Updated fileHandler.ts and handlerRegister.ts to include the new handlers
- Created getCurrentFileInfo.ts in ide_services/endpoints to implement the getCurrentFileInfo handler
- Updated services.ts in ide_services to include the getCurrentFileInfo handler
2024-06-16 22:06:27 +08:00
boob.yang
2a1da12004
Merge pull request #559 from devchat-ai/update_gui_240614
Refactor subproject commit in gui
2024-06-14 19:14:47 +08:00
bobo.yang
61839d7a2e Refactor subproject commit in gui 2024-06-14 19:14:03 +08:00
boob.yang
dba752f1a8
Merge pull request #558 from devchat-ai/add_model_in_completion_event
feat: Add model to completion event
2024-06-14 14:03:09 +08:00
bobo.yang
3c777f3c19 feat: Add model to completion event
- Added model property to LogEventRequest interface
- Included model in log events sent to server
- Retrieved model from DevChatConfig instance
2024-06-14 14:00:09 +08:00
boob.yang
b031a7d8b2
Merge pull request #557 from devchat-ai/sync_server_config
Refactor configHandler.ts to read and write YAML configuration files
2024-06-14 13:30:23 +08:00
bobo.yang
cce0020696 Refactor configHandler.ts to read and write YAML configuration files 2024-06-14 13:24:07 +08:00
Tim
aca6d76a5c
Merge pull request #553 from devchat-ai/update_code_completion_event2
feat: Update code completion event handling and refactor subproject commit in gui
2024-06-13 19:14:06 +08:00
boob.yang
7c5153d629
Merge pull request #556 from devchat-ai/update_gui_240612_3
Refactor subproject commit in gui
2024-06-12 20:29:41 +08:00
bobo.yang
54ef14e1e3 Refactor subproject commit in gui 2024-06-12 20:26:35 +08:00
boob.yang
d8e785168b
Merge pull request #555 from devchat-ai/update_gui_240612_2
Refactor subproject commit in gui
2024-06-12 15:24:02 +08:00
bobo.yang
c3fc6d564a Refactor subproject commit in gui 2024-06-12 15:23:00 +08:00
boob.yang
56deb67198
Merge pull request #554 from devchat-ai/update_gui_240612
Refactor subproject commit in gui
2024-06-12 15:01:46 +08:00
bobo.yang
f4ea527b66 Refactor subproject commit in gui 2024-06-12 14:58:37 +08:00
bobo.yang
0756779a94 Refactor chunkFilter.ts to include CodeCompleteResultWithMeta interface 2024-06-12 14:57:05 +08:00
boob.yang
58e6bc5a4f
Merge pull request #552 from devchat-ai/update_code_completion_event
Refactor subproject commit in gui and add IDE and language information to log event requests
2024-06-11 12:25:53 +08:00
bobo.yang
ee58a02c02 Refactor subproject commit in gui 2024-06-11 12:24:35 +08:00
bobo.yang
28845c47f1 feat: Add IDE and language information to log event requests in InlineCompletionProvider 2024-06-11 12:22:47 +08:00
boob.yang
954a67350e
Merge pull request #551 from devchat-ai/call_diff_event_to_gui
Refactor commands.ts to include MessageHandler for sending a codeDiffApply command
2024-06-07 17:25:04 +08:00
bobo.yang
3209d886e3 Refactor commands.ts to include MessageHandler for sending a codeDiffApply command 2024-06-07 17:22:07 +08:00
boob.yang
8d8cb95d69
Merge pull request #550 from devchat-ai/fix_code_completion_function_range_error
Refactor findFunctionRanges to Improve Performance and Readability
2024-06-06 20:56:52 +08:00
bobo.yang
740b27f9be Refactor findFunctionRanges to improve performance and readability 2024-06-06 20:53:30 +08:00
boob.yang
826806edad
Merge pull request #549 from devchat-ai/optimize_code_completion_240605
Refactor code for performance optimization and bug fixes
2024-06-06 18:40:05 +08:00
bobo.yang
dccc6bbf37 Refactor code for performance optimization and bug fixes 2024-06-06 18:36:08 +08:00
bobo.yang
a8842848e7 Refactor DevChatConfig.get() method to support default values 2024-06-06 18:35:55 +08:00
bobo.yang
144866dcba Refactor countTokens function to simplify and improve performance 2024-06-06 18:35:43 +08:00
bobo.yang
89f8320253 Refactor code to use "//" as a stop condition for devchatComplete 2024-06-06 18:35:30 +08:00
bobo.yang
a1b10487a3 Refactor LLMStreamComplete to handle empty lines in removeRepeatBlock 2024-06-06 18:35:20 +08:00
bobo.yang
74bbe6f212 Refactor submodule commit references in gui 2024-06-06 18:35:10 +08:00
boob.yang
a0deb370a2
Merge pull request #548 from devchat-ai/update_gui_240605
Refactor submodule commit references in gui
2024-06-05 15:48:56 +08:00
bobo.yang
4281abd525 Refactor submodule commit references in gui 2024-06-05 15:46:26 +08:00
boob.yang
91aa2a3e65
Merge pull request #547 from devchat-ai/add_debug_config_for_code_completions
Refactor LLM Code for Completion Endpoint and Performance Optimization
2024-06-04 13:28:26 +08:00
bobo.yang
a05e6caee1 Refactor code to use llmApiBase for completion endpoint 2024-06-04 13:23:42 +08:00
bobo.yang
4eea931db1 Refactor LLM code for performance optimization and logging 2024-06-04 08:30:04 +08:00
boob.yang
a05caa9f31
Merge pull request #546 from devchat-ai/update_gui_240604
Refactor submodule commit references in gui
2024-06-04 08:20:58 +08:00
bobo.yang
60f055fdee Refactor submodule commit references in gui 2024-06-04 07:56:49 +08:00
boob.yang
41346a7db3
Merge pull request #545 from devchat-ai/update_submodule_240530
Refactor submodule commit references in tools and gui
2024-05-30 12:20:16 +08:00
bobo.yang
782620a02e Refactor submodule commit references in tools and gui 2024-05-30 12:19:31 +08:00
boob.yang
36af1ede10
Merge pull request #544 from devchat-ai/update_tools_240529
Refactor submodule commit references in tools
2024-05-29 17:16:12 +08:00