bobo.yang
a76e74cd7a
fix: Correct topic deletion logic for VSCode plugin
...
- Simplified deletion logic in topicManager
- Now correctly records topic IDs in .deletedTopics
- Ensures topics are removed as intended from the application state
2024-02-05 11:43:18 +08:00
boob.yang
dc2decdc03
Merge pull request #438 from devchat-ai/feature/unified-topic-interaction-#225
...
Refactor UI for Unified Topic Interaction on Small Screens
2024-02-05 11:28:26 +08:00
bobo.yang
d7f9448a47
Update subproject commit hash
2024-02-05 11:24:40 +08:00
bobo.yang
eb9fcdede9
filter topics which are deleted.
2024-02-05 11:19:01 +08:00
bobo.yang
9174110805
use TopicEntry as getTopics result
2024-02-05 11:19:01 +08:00
bobo.yang
2beb8e34da
feat: Add topic management and update message history retrieval
...
- Implement new topicHandler with getTopics and deleteTopic functions
- Refactor historyMessagesHandler to accept topicId for message retrieval
- Adjust historyMessagesBase function signature to take topicId as an argument
2024-02-05 11:19:01 +08:00
bobo.yang
81c0e8be73
refactor: Simplify topic interaction in UI
...
- Remove topic-related views, commands, and handlers from the codebase
- Refactor code to align with the new unified topic interaction method
- Streamline UI by eliminating unnecessary elements and consolidating views
2024-02-05 11:19:01 +08:00
boob.yang
5b11ba4a13
Merge pull request #437 from devchat-ai/feature/vscode-support-codellama-mixtral-minimax-#239
...
Add Selection Support for codellama 70B, Mixtral-8x7B, and minimax Models in VSCode Plugin
2024-02-05 11:15:28 +08:00
bobo.yang
0f36d8a855
feat: Add support for new LLM models in VSCode plugin
...
- Add Model.CodeLlama-70b config settings support
- Implement Model.Mixtral-8x7B and Model.Minimax-abab6 support
- Modify UI and API integration to facilitate new model selections
2024-02-05 11:12:03 +08:00
boob.yang
abd999a17f
Merge pull request #436 from devchat-ai/feature/command-recommendation-directory-aware-#236
...
Feature: Command Recommendations with Directory Awareness on Welcome Page
2024-02-03 16:17:30 +08:00
bobo.yang
7f8694ff26
feat: Add path property to command struct
...
- Include 'path' field in Command interface for directory awareness
- Add 'path' to command object creation for devchat run listing
- Update CommandEntry interface in devchat tool wrapper to hold 'path'
2024-02-03 16:12:37 +08:00
bobo.yang
2ff769b79f
Update subproject commit reference
2024-02-03 16:10:01 +08:00
kagami
2f607f31ae
Merge pull request #435 from devchat-ai/find-type-def
...
Implement find_type_def_locations
2024-02-02 23:11:42 +08:00
kagami
fe6cd9ec84
Add return type annotation for getDocumentSymbols
2024-02-02 23:08:19 +08:00
kagami
3e011c8a1d
Implement find_type_def_locations
2024-02-02 23:08:19 +08:00
boob.yang
a8eb67228f
Merge pull request #432 from devchat-ai/fix_default_model_error
...
Fix default model not exist error
2024-02-02 10:31:47 +08:00
bobo.yang
20cde3b8f9
Update default model in saveModelSettings function
2024-02-02 10:28:46 +08:00
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