Releases: devchat-ai/devchat-vscode
Releases · devchat-ai/devchat-vscode
v0.2.87
What's Changed
- Implement /find_def_locations in IDE Service by @kagami-l in #460
- Fix Plugin Initialization for Non-existent Model Data by @yangbobo2021 in #461
Full Changelog: v0.2.86...v0.2.87
v0.2.86
What's Changed
- Update subproject commit hash by @yangbobo2021 in #459
Full Changelog: v0.2.85...v0.2.86
v0.2.85
What's Changed
- Fix: Trim whitespace from OPENAI_API_KEY to prevent misleading 'APIConnectionError' by @yangbobo2021 in #456
- Improve Code Documentation for Better Readability by @runjinz in #457
- Update subproject commit reference by @yangbobo2021 in #458
Full Changelog: v0.2.84...v0.2.85
v0.1.46
What's Changed
- Fix: Trim whitespace from OPENAI_API_KEY to prevent misleading 'APIConnectionError' by @yangbobo2021 in #456
- Improve Code Documentation for Better Readability by @runjinz in #457
- Update subproject commit reference by @yangbobo2021 in #458
- Update subproject commit hash by @yangbobo2021 in #459
Full Changelog: v0.1.45...v0.1.46
v0.2.84
What's Changed
- Fix launch issue without admin permissions on Windows by @yangbobo2021 in #455
Full Changelog: v0.2.83...v0.2.84
v0.1.45
What's Changed
- Fix launch issue without admin permissions on Windows by @yangbobo2021 in #455
Full Changelog: v0.1.44...v0.1.45
v0.1.44
What's Changed
- Implement get_symbol_defines_in_selected_code Functionality by @yangbobo2021 in #424
- Fix document_symbols substructure information in ide_services by @yangbobo2021 in #425
- Update subproject commit hash by @yangbobo2021 in #426
- Reorganize ide service module by @kagami-l in #427
- Add type definitions and Implement get_document_symbols by @kagami-l in #428
- Add Python API for Direct Access to VSCode Data by @yangbobo2021 in #429
- Integrate Latest Large Language Models into devchat-api by @yangbobo2021 in #431
- Implement ide_logging to handle different log levels by @kagami-l in #430
- Fix default model not exist error by @yangbobo2021 in #432
- Implement find_type_def_locations by @kagami-l in #435
- Feature: Command Recommendations with Directory Awareness on Welcome Page by @yangbobo2021 in #436
- Add Selection Support for codellama 70B, Mixtral-8x7B, and minimax Models in VSCode Plugin by @yangbobo2021 in #437
- Refactor UI for Unified Topic Interaction on Small Screens by @yangbobo2021 in #438
- Fix: Resolve Topic Deletion Issue in VSCode Plugin by @yangbobo2021 in #439
- Fix LLM Server Error Message Display in VS Code Extension by @yangbobo2021 in #440
- Fix for GPT-4 Exceeding max_tokens Limit Configuration by @yangbobo2021 in #441
- Update subproject commit hash by @yangbobo2021 in #442
- Refactor: Clean up obsolete code post-TopicView-to-webview migration by @yangbobo2021 in #443
- feat: Remove api_secret attribute from model config by @yangbobo2021 in #444
- Update subproject commit hash by @yangbobo2021 in #445
- Implement Default Model Parameters in VSCode Settings by @yangbobo2021 in #446
- Add Keyboard Shortcut for Focusing on DevChat Input by @yangbobo2021 in #447
- Update Subproject Commit Reference by @yangbobo2021 in #448
- feat: Implement /ide_name endpoint to retrieve IDE name by @yangbobo2021 in #449
- Update devchat to latest package version by @yangbobo2021 in #450
- Fix Windows File Path Case Sensitivity Issue in Patch Application by @yangbobo2021 in #451
- Update GUI Subproject Commit by @yangbobo2021 in #452
- Streamline Log Insertion by Combining Insert and Retrieve Actions by @yangbobo2021 in #453
- Fix: Terminate Devchat Subprocesses After Closing VS Code by @yangbobo2021 in #454
New Contributors
Full Changelog: v0.1.43...v0.1.44
v0.2.83
What's Changed
- feat: Remove api_secret attribute from model config by @yangbobo2021 in #444
- Update subproject commit hash by @yangbobo2021 in #445
- Implement Default Model Parameters in VSCode Settings by @yangbobo2021 in #446
- Add Keyboard Shortcut for Focusing on DevChat Input by @yangbobo2021 in #447
- Update Subproject Commit Reference by @yangbobo2021 in #448
- feat: Implement /ide_name endpoint to retrieve IDE name by @yangbobo2021 in #449
- Update devchat to latest package version by @yangbobo2021 in #450
- Fix Windows File Path Case Sensitivity Issue in Patch Application by @yangbobo2021 in #451
- Update GUI Subproject Commit by @yangbobo2021 in #452
- Streamline Log Insertion by Combining Insert and Retrieve Actions by @yangbobo2021 in #453
- Fix: Terminate Devchat Subprocesses After Closing VS Code by @yangbobo2021 in #454
Full Changelog: v0.2.82...v0.2.83
v0.2.82
What's Changed
- Implement get_symbol_defines_in_selected_code Functionality by @yangbobo2021 in #424
- Fix document_symbols substructure information in ide_services by @yangbobo2021 in #425
- Update subproject commit hash by @yangbobo2021 in #426
- Reorganize ide service module by @kagami-l in #427
- Add type definitions and Implement get_document_symbols by @kagami-l in #428
- Add Python API for Direct Access to VSCode Data by @yangbobo2021 in #429
- Integrate Latest Large Language Models into devchat-api by @yangbobo2021 in #431
- Implement ide_logging to handle different log levels by @kagami-l in #430
- Fix default model not exist error by @yangbobo2021 in #432
- Implement find_type_def_locations by @kagami-l in #435
- Feature: Command Recommendations with Directory Awareness on Welcome Page by @yangbobo2021 in #436
- Add Selection Support for codellama 70B, Mixtral-8x7B, and minimax Models in VSCode Plugin by @yangbobo2021 in #437
- Refactor UI for Unified Topic Interaction on Small Screens by @yangbobo2021 in #438
- Fix: Resolve Topic Deletion Issue in VSCode Plugin by @yangbobo2021 in #439
- Fix LLM Server Error Message Display in VS Code Extension by @yangbobo2021 in #440
- Fix for GPT-4 Exceeding max_tokens Limit Configuration by @yangbobo2021 in #441
- Update subproject commit hash by @yangbobo2021 in #442
- Refactor: Clean up obsolete code post-TopicView-to-webview migration by @yangbobo2021 in #443
New Contributors
Full Changelog: v0.2.81...v0.2.82
v0.2.81
What's Changed
- Add 'Add unit tests' Button for Python in VSCode v0.1.39 by @yangbobo2021 in #421
- Fix contextInfo handling in sendMessage.ts by @yangbobo2021 in #422
- Fix content concatenation in commit_cases.py by @yangbobo2021 in #423
Full Changelog: v0.2.80...v0.2.81