1784 Commits

Author SHA1 Message Date
boob.yang
4acd769ee6
Merge pull request #421 from devchat-ai/bugfix/vscode-unit-tests-button-missing-#219
Add 'Add unit tests' Button for Python in VSCode v0.1.39
2024-01-29 17:11:45 +08:00
bobo.yang
256c214213 feat: Add logger and log info in CodeLensProvider
- Add logger and log info to log the number of functionDefinitions, innerFunctionDefinitions, and registered codeLenses in the document
- Modify the loadConfig method to initialize config if registrations array is empty
- Check for document languageId before providing codeLenses
- Update fs.readFileSync method to use "utf-8" instead of "utf8"
2024-01-29 17:04:57 +08:00
boob.yang
bff5211359
Merge pull request #420 from devchat-ai/update_gui_commit_240125
Update GUI subproject commit hash
2024-01-25 16:47:06 +08:00
bobo.yang
4ca4d1ef88 Update GUI subproject commit hash 2024-01-25 16:44:46 +08:00
Rankin Zheng
d5c7807164
Merge pull request #419 from devchat-ai/remove_vscode_setting_page
Remove vscode setting page
2024-01-25 16:16:43 +08:00
Rankin Zheng
e78ae5e81c Update subproject commit hash 2024-01-25 16:13:47 +08:00
Rankin Zheng
94c45654b9 Commented out apiKeyInvalidMessage() function call in historyMessagesBase.ts 2024-01-25 16:07:36 +08:00
boob.yang
8edb1cbded
Merge pull request #418 from devchat-ai/update_workflow_commit
update workflow commit
2024-01-25 14:01:46 +08:00
bobo.yang
388d57089b update workflow commit 2024-01-25 13:43:35 +08:00
Rankin Zheng
06f648fb53
Merge pull request #417 from devchat-ai/feat/uri
Add async keyword to handleUri function and add delay before reloadin…
2024-01-25 10:39:00 +08:00
Rankin Zheng
a86cc78398 Add async keyword to handleUri function and add delay before reloading webview 2024-01-25 10:35:14 +08:00
Rankin Zheng
73a3acc531
Merge pull request #416 from devchat-ai/feat/uri
Feat/uri
2024-01-24 18:03:34 +08:00
Rankin Zheng
9d5dc071a4 Add chat panel and reload webview 2024-01-24 17:58:08 +08:00
boob.yang
3e287dddf6
Merge pull request #415 from devchat-ai/update_gui_model_240124
Update GUI Subproject
2024-01-24 10:44:18 +08:00
bobo.yang
879ac64671 Update GUI subproject commit 2024-01-24 10:41:46 +08:00
boob.yang
204587c64b
Merge pull request #414 from devchat-ai/hotfix/activate-sidebar-on-addtests-#182
Fix Sidebar Activation and DevChat Command Execution Issues
2024-01-23 16:18:26 +08:00
bobo.yang
37e0cc8440 fix: Ensure sidebar activation on 'Add Tests' click
- Introduced a delay to ensure the sidebar is activated
- Fixed issue where initial 'Add Tests' click was unresponsive
- Enhanced user experience by removing need for double-clicking
2024-01-23 16:10:23 +08:00
bobo.yang
181fe2ea2a fix: Resolve command execution error in DevChat
- Reordered the registration of CodeLens provider for correctness
2024-01-23 16:09:17 +08:00
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
smallstone
f2ab969f88 Add registerHandleUri command 2024-01-18 17:52:55 +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