1172 Commits

Author SHA1 Message Date
bobo.yang
c8df8917d9 package workflows as submodule 2023-12-20 12:57:55 +08:00
boob.yang
32036192e8
Merge pull request #370 from devchat-ai/optimize_command_python_not_exist_error
Update DevChat command_python configuration
2023-12-20 11:21:41 +08:00
bobo.yang
c5921ef143 Update DevChat command_python configuration 2023-12-20 11:17:09 +08:00
boob.yang
15e4805cdb
Merge pull request #369 from devchat-ai/fix_codelens
Fix string replacement syntax and closing parentheses in codeLens.ts
2023-12-19 21:42:18 +08:00
bobo.yang
8ffdbc4b24 Fix string replacement syntax and closing parentheses in codeLens.ts 2023-12-19 21:34:04 +08:00
boob.yang
f4bae4191b
Merge pull request #368 from devchat-ai/fix_publish_error
Remove CleanWebpackPlugin from plugins
2023-12-19 21:28:58 +08:00
bobo.yang
99b1df4d94 Remove CleanWebpackPlugin from plugins 2023-12-19 18:54:39 +08:00
boob.yang
2e5c8f935d
Merge pull request #367 from devchat-ai/update_codelens
Fix string replacement syntax and closing
2023-12-19 17:42:00 +08:00
bobo.yang
fd65f094a5 Fix string replacement syntax and closing
parentheses in FunctionTestCodeLensProvider
2023-12-19 17:39:21 +08:00
boob.yang
d8ca210834
Merge pull request #366 from devchat-ai/fix_workflow_test
Update workflow command in config.yml
2023-12-19 17:06:36 +08:00
bobo.yang
bc5741d810 Update workflow command in config.yml 2023-12-19 17:04:04 +08:00
boob.yang
c924834400
Merge pull request #365 from devchat-ai/codelens_add_class_scope
Add containerRange property to FunctionDefinition
2023-12-19 12:40:10 +08:00
bobo.yang
ef75915b7b Add containerRange property to FunctionDefinition 2023-12-19 12:32:41 +08:00
Rankin Zheng
ca754dce87
Merge pull request #364 from devchat-ai/update_submodule_version
Update GUI subproject commit
2023-12-19 10:56:04 +08:00
Rankin Zheng
db7214ce85 Update subproject commit hash 2023-12-19 10:53:06 +08:00
Rankin Zheng
5545fecadd Update user authentication logic 2023-12-19 10:40:01 +08:00
Rankin Zheng
e665fbf398 Update GUI subproject commit hash 2023-12-19 10:36:29 +08:00
Rankin Zheng
5c47d32cc5 Update GUI subproject commit 2023-12-19 10:28:01 +08:00
boob.yang
2b0b37f437
Merge pull request #363 from devchat-ai/optimize_workflow_sync
Optimize workflow sync
2023-12-19 08:13:42 +08:00
bobo.yang
83744b5516 replace prompt command with route command 2023-12-18 21:52:00 +08:00
bobo.yang
40c2f327a6 Update DevChat installation process 2023-12-18 14:41:12 +08:00
boob.yang
5ccf7a1756
Merge pull request #362 from devchat-ai/add_workflow_tests
Add workflow tests
2023-12-18 10:29:06 +08:00
bobo.yang
b1c272a27c Remove unnecessary environment variables 2023-12-18 10:24:40 +08:00
bobo.yang
adc798c80b Translate chinese comments to english 2023-12-18 10:19:20 +08:00
bobo.yang
f3e167918a Update CircleCI configuration file 2023-12-18 10:12:35 +08:00
bobo.yang
4e6786d602 disable test job on commit 2023-12-18 10:12:30 +08:00
bobo.yang
16faea4e78 Refactor commit_cases.py and workflow_test.py 2023-12-18 10:12:09 +08:00
bobo.yang
aee87ad495 add exit code for run_commit_tests 2023-12-18 10:12:02 +08:00
bobo.yang
2b76a11399 Fix commit message formatting 2023-12-18 10:11:50 +08:00
bobo.yang
11a8f5ab66 add test job to CI 2023-12-18 10:11:39 +08:00
bobo.yang
6405c3ed59 add test files 2023-12-18 10:10:50 +08:00
boob.yang
41f9effccb
Merge pull request #360 from devchat-ai/update_tools_url
Update submodule URL in .gitmodules
2023-12-14 10:26:03 +08:00
bobo.yang
bfaff599d5 Update submodule URL in .gitmodules 2023-12-14 10:14:32 +08:00
boob.yang
ba9da6d8ee
Merge pull request #359 from devchat-ai/feat/idea
feat: move views into the gui project and modify the packaging method
2023-12-14 09:09:45 +08:00
smallstone
bae26dbea9 feat: update build 2023-12-13 15:06:05 +08:00
smallstone
9ab96c898d feat: upodate vscode 2023-12-13 13:33:06 +08:00
smallstone
04ad6af3f6 feat: update gui 2023-12-13 13:28:06 +08:00
smallstone
d1f352ee47 feat: update build vscode 2023-12-13 13:21:57 +08:00
smallstone
9da69d6bd5 feat: update submodule 2023-12-13 11:08:09 +08:00
smallstone
d7726df7f8 Fix messageUtil.registerHandler typo and add
reloadMessage handler
2023-12-13 11:08:09 +08:00
smallstone
10d12efe6e feat: Add "idea" script to package.json 2023-12-13 11:08:09 +08:00
smallstone
891add5586 feat: update topic 2023-12-13 11:08:09 +08:00
smallstone
f128be6789 Refactored ChatPanel component for improved UX
- ChatPanel now observes viewport dimensions to allow for smarter re-rendering.
- Scroll to bottom of chat is smoother with new 'scrollToBottom' function.
- Added various new message handlers like 'receiveMessagePartial', 'receiveMessage' and 'systemMessage' for diverse forms of user-interaction.
- ChatPanel width is now dynamically updated using the 'chat.updateChatPanelWidth' action.
- Added visual elements like stop button, regeneration button, and scrolling indicator for better usability.
- Rendered InputMessage on every re-render to update input field value in real-time.
2023-12-13 11:08:09 +08:00
smallstone
5b69359a4b feat: update bridge 2023-12-13 11:08:09 +08:00
smallstone
857f0a9b01 feat: add idea package 2023-12-13 11:08:09 +08:00
smallstone
01e7d90d3a feat: add request for idea 2023-12-13 11:08:09 +08:00
smallstone
e4a571a0bd Refactor MessageUtil class
- Import IdeaBridge module for IDEA platform integration
- Modify registerHandler() method to use IdeaBridge for IDEA platform
- Add console.log statement in sendMessage() method for debugging
- Modify webpack.idea.config.js to properly define process.env.platform as string
2023-12-13 11:08:09 +08:00
smallstone
700cfff6ba feat: update platform 2023-12-13 11:08:09 +08:00
boob.yang
3ab349c6c4
Merge pull request #358 from devchat-ai/add_new_ide_services
Support codelens for function and add new ide services
2023-12-13 08:32:31 +08:00
bobo.yang
baf2fa3a36 add inner_function type for codelens 2023-12-12 17:34:53 +08:00