boob.yang
b935da2746
Merge pull request #430 from devchat-ai/ide-logging
...
Implement ide_logging to handle different log levels
2024-02-02 08:52:23 +08:00
boob.yang
cce23b3285
Merge pull request #431 from devchat-ai/enhancement/llm-model-update-#235
...
Integrate Latest Large Language Models into devchat-api
2024-02-01 22:50:19 +08:00
bobo.yang
59ad9088cd
feat: Update devchat-api with latest LLMs
...
- Remove deprecated 1106 and 16k GPT-3.5 model configs
- Update GPT-3.5 config to latest stable version
- Update Claude, Xinghuo, GLM, ERNIEbot to latest versions
- Adjust default model to Claude 2.1
- Validate and test latest model integrations
2024-02-01 22:39:56 +08:00
bobo.yang
f36d14af8a
Update GUI subproject commit
2024-02-01 22:38:34 +08:00
kagami
80161a1367
Implement ide_logging to handle different log levels
2024-02-01 22:29:57 +08:00
kagami
94f5dab691
Merge pull request #429 from devchat-ai/feature/python-api-access-vscode-#234
...
Add Python API for Direct Access to VSCode Data
2024-02-01 20:19:39 +08:00
bobo.yang
9144da9154
refactor: Streamline UnofficialEndpoints codebase
...
- Remove unnecessary endpoint functions related to editor actions
- Simplify the JSON serialization process for VSCode data objects
- Add `runCode` function to facilitate executing code snippets
Closes #234
2024-02-01 17:50:50 +08:00
boob.yang
ac395cef2b
Merge pull request #428 from devchat-ai/get-doc-symbols
...
Add type definitions and Implement get_document_symbols
2024-02-01 12:17:18 +08:00
kagami
3e31a168ea
Implement get_document_symbols
2024-02-01 12:01:01 +08:00
kagami
c632dbd57a
Add type definitions for ide service protocol
2024-02-01 12:00:28 +08:00
boob.yang
c8b05e1da7
Merge pull request #427 from devchat-ai/reorganize-ide-service
...
Reorganize ide service module
2024-02-01 11:32:58 +08:00
kagami
4aa196ff80
Sort service endpoints and format the file
2024-01-31 23:59:02 +08:00
kagami
bfa0fe0c39
Relocate conversion functions for unofficial endplints
2024-01-31 23:51:58 +08:00
kagami
09d8c56fa5
Mark endpoints of language-bridge as legacy and deprecated
2024-01-31 23:43:33 +08:00
kagami
cc0aeeafd2
Move implementation of endpoints to its own file
2024-01-31 23:32:57 +08:00
kagami
dbcb252df8
Group unofficial ide service endpoints
2024-01-31 23:10:20 +08:00
boob.yang
c2ec27a4ed
Merge pull request #426 from devchat-ai/fix_error_while_stream_false
...
Update subproject commit hash
2024-01-31 13:08:37 +08:00
bobo.yang
3878b6ed4e
Update subproject commit hash
2024-01-31 13:06:01 +08:00
boob.yang
6e998e89e6
Merge pull request #425 from devchat-ai/fix/document-symbols-substructure-#233
...
Fix document_symbols substructure information in ide_services
2024-01-31 12:46:21 +08:00
bobo.yang
ab25a6936b
fix: Correct substructure info in document symbols
...
- Change condition for DocumentSymbol substructure processing
- Use symbol.children instead of instance type check
- Ensures complete information is returned by interface
2024-01-31 12:42:49 +08:00
boob.yang
14b80162d7
Merge pull request #424 from devchat-ai/add_missed_definitions_service
...
Implement get_symbol_defines_in_selected_code Functionality
2024-01-31 11:59:15 +08:00
bobo.yang
042a3ec308
fix error
2024-01-31 11:56:31 +08:00
bobo.yang
704963e47f
add get_symbol_defines_in_selected_code for add_tests workflow
2024-01-31 11:52:52 +08:00
boob.yang
f589ce673a
Merge pull request #423 from devchat-ai/fix_test_error
...
Fix content concatenation in commit_cases.py
2024-01-30 18:11:29 +08:00
bobo.yang
e4cda90112
Fix content concatenation in commit_cases.py
2024-01-30 18:09:12 +08:00
boob.yang
b0729ecff9
Merge pull request #422 from devchat-ai/fix_context_error
...
Fix contextInfo handling in sendMessage.ts
2024-01-30 17:54:03 +08:00
bobo.yang
165fafa7ba
Fix contextInfo handling in sendMessage.ts
2024-01-30 17:51:02 +08:00
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