1265 Commits

Author SHA1 Message Date
boob.yang
db62f9a30e
Merge pull request #413 from devchat-ai/fix/error-handling-refactor-#200
Fix Inconsistent Error Handling in devchat-core
2024-01-23 10:55:57 +08:00
bobo.yang
20b29484d4 fix: Improve error handling to log warnings
- Conditional checks added to log stderr as warnings instead of errors
- Ensured incidental stderr output doesn't imply execution failure
- Refactored error handling consistent with devchat-core behavior expectations

Closes #200
2024-01-23 10:23:22 +08:00
boob.yang
904ac85ec0
Merge pull request #412 from devchat-ai/update_submodule_commit
update submodule
2024-01-21 17:53:46 +08:00
bobo.yang
a2c876546f update submodule 2024-01-21 17:51:34 +08:00
boob.yang
469bb2e1ce
Merge pull request #411 from devchat-ai/update_devchat_packages
update tools submodule commit
2024-01-20 12:38:46 +08:00
bobo.yang
699904194a update tools submodule commit 2024-01-20 12:15:31 +08:00
boob.yang
4f937baa06
Merge pull request #410 from devchat-ai/update_tools_commit
update devchat-core timeout
2024-01-12 14:18:39 +08:00
bobo.yang
a0de75dc6f update devchat-core timeout 2024-01-12 14:11:58 +08:00
Rankin Zheng
1f55f4bc0e
Merge pull request #409 from devchat-ai/update_gui_version_select_all
Update GUI subproject commit reference
2024-01-12 08:55:33 +08:00
Rankin Zheng
38189f8a31 Update GUI subproject commit reference 2024-01-12 08:49:09 +08:00
boob.yang
459493801b
Merge pull request #408 from devchat-ai/update_workflows_240110
update workflows commit
2024-01-10 12:15:30 +08:00
bobo.yang
4f1fa50116 update workflows commit 2024-01-10 12:12:49 +08:00
boob.yang
88b3b50d28
Merge pull request #407 from devchat-ai/bugfix/editor-jump-on-insert-#164
Fix: Center Editor to Newly Inserted Code Block
2024-01-10 11:43:52 +08:00
bobo.yang
2ea086b4c2 fix: Prevent editor jumping on new insertions
- Calculate and check if inserted text range is within visible area
- Ensure newly inserted text is centered in viewport if previously hidden
- Refactor applyCode function to include visibility checks
2024-01-10 11:35:57 +08:00
boob.yang
60aa124eed
Merge pull request #406 from devchat-ai/limit-startup-notifications-#155
Reduce frequency of DevChat notifications on startup
2024-01-10 11:15:30 +08:00
bobo.yang
043b067864 feat: Suppress startup command notifications
- Commented out the display of informational message on command readiness
- Implemented a periodic check for the status of DevChat commands
- Optimized the conditional display of the DevChat status bar item tooltip
2024-01-10 10:56:56 +08:00
boob.yang
802d6996fc
Merge pull request #405 from devchat-ai/update_tools_0109
update tools commit
2024-01-09 16:49:45 +08:00
bobo.yang
541a45a197 update tools commit 2024-01-09 16:36:51 +08:00
boob.yang
30f4880fff
Merge pull request #404 from devchat-ai/bugfix/commands-not-visible-#156
Fix: Command list not displaying due to async/await issues
2024-01-09 08:56:55 +08:00
bobo.yang
7d055f346f fix: Update async/await usage in command handling
- Update async/await in command handling for improved performance
- Refactor updateSysCommand and sendCommandListByDevChatRun functions
- Handle errors during updateSysCommand more efficiently

Closes #156
2024-01-09 08:37:31 +08:00
boob.yang
34dad19fae
Merge pull request #403 from devchat-ai/enhance/webview-file-access
Feature: Introduce fileHandler for Read and Write Operations
2024-01-08 22:16:12 +08:00
bobo.yang
8915e178ac feat: Add fileHandler for read and write operations
- Added fileHandler.ts for handling read and write file operations
- Registered readFile and writeFile handlers in handlerRegister.ts
- Imported readFile and writeFile in handlerRegister.ts
2024-01-08 22:11:29 +08:00
boob.yang
b9002f7234
Merge pull request #402 from devchat-ai/enhance/unit-test-config-embedding
Update Unit Test Configuration for codeLens.ts
2024-01-08 21:51:10 +08:00
bobo.yang
c42cbb3f0d chore: Update unit test configuration
- Add unit test configuration for codeLens.ts file
- Include objectName and promptGenerator for codeLens
- Update unit test configuration embedding in the branch
2024-01-08 21:46:19 +08:00
boob.yang
46be5c3d59
Merge pull request #401 from devchat-ai/refactor/settings-ordering
Refactor: Reorganize and update package.json properties
2024-01-08 21:16:02 +08:00
bobo.yang
3a51384e5d refactor: Update ordering of properties in package.json
- Update the order property for various models in package.json
- Add new properties and descriptions
- Remove unused properties
2024-01-08 21:08:07 +08:00
Rankin Zheng
ffc0c51f61
Merge pull request #400 from devchat-ai/fix_chinese_link_gui
Update GUI subproject commit
2024-01-05 15:25:06 +08:00
Rankin Zheng
107f9d6dee Update GUI subproject commit 2024-01-05 15:22:07 +08:00
boob.yang
79643066d3
Merge pull request #399 from devchat-ai/update_workflow_submodoule
update workflow submodule
2024-01-05 13:41:59 +08:00
bobo.yang
41a55b2160 update workflow submodule 2024-01-05 13:39:14 +08:00
Rankin Zheng
010819c7d7
Merge pull request #398 from devchat-ai/fix_register_chinese_style
Update GUI subproject commit
2024-01-05 12:02:11 +08:00
Rankin Zheng
9d0eb710a6 Update GUI subproject commit 2024-01-05 11:59:17 +08:00
Rankin Zheng
fa54582a63
Merge pull request #397 from devchat-ai/add_register_button
Add register button
2024-01-05 11:47:26 +08:00
Rankin Zheng
d32dfbf40e Updated GUI subproject commit 2024-01-05 11:44:39 +08:00
Rankin Zheng
5d056af6de Update GUI subproject commit 2024-01-05 11:42:51 +08:00
Rankin Zheng
07da8a3a35
Merge pull request #396 from devchat-ai/add_register_button
Update subproject commit hash
2024-01-05 11:13:39 +08:00
Rankin Zheng
05e79b1833 Update subproject commit hash 2024-01-05 11:11:31 +08:00
Rankin Zheng
3ae5d5cda5
Merge pull request #395 from devchat-ai/add_register_button
Update GUI and historyMessagesBase.ts
2024-01-05 10:00:14 +08:00
Rankin Zheng
3f98b3dcdb Update GUI and historyMessagesBase.ts 2024-01-04 18:09:32 +08:00
Rankin Zheng
688d844c6b
Merge pull request #394 from devchat-ai/update_gui_version_checkbox
Update gui subproject commit hash
2024-01-04 11:25:27 +08:00
Rankin Zheng
bbf51ddd20 Update gui subproject commit hash 2024-01-04 11:22:12 +08:00
boob.yang
175da337bf
Merge pull request #393 from devchat-ai/disable_workflow_test
chore: Update UI block pattern in ui_parser.py
2024-01-03 16:21:26 +08:00
bobo.yang
5a740d94e2 chore: Update UI block pattern in ui_parser.py
- Updated UI block pattern in ui_parser.py to match different formats
2024-01-03 16:19:09 +08:00
boob.yang
5b41027583
Merge pull request #392 from devchat-ai/add_symbol_ide_services
Add symbol ide services
2024-01-03 13:30:29 +08:00
bobo.yang
1781ae7b52 Remove unused code and improve error handling in chat_completion_no_stream functions 2024-01-03 13:27:37 +08:00
bobo.yang
d34bf7b068 feat: Add new LSP functions and diffHandler code
- Added new LSP functions for symbol conversion and execution provider command
- Updated diffHandler to handle webviewPanel or webviewView for code application
- Modified lsp.ts file to incorporate new functions for range conversions

Closes #1234
2024-01-03 13:10:16 +08:00
bobo.yang
4dd0f49a55 update tools 2024-01-03 13:09:23 +08:00
bobo.yang
6f551172b4 update tools 2024-01-03 11:53:26 +08:00
boob.yang
f859e5aca5
Merge pull request #391 from devchat-ai/update_gui_commit
update gui commit
2023-12-28 17:00:47 +08:00
bobo.yang
6da3e74e00 update gui commit 2023-12-28 16:51:54 +08:00