Releases: devchat-ai/devchat-vscode
Releases · devchat-ai/devchat-vscode
v0.1.8
v0.1.7
Highlights
- Add categories: Programming Languages, Snippets, Machine Learning, Education
- Add multiple keywords related to AI, programming languages, and features
- Refactor topic method
- Add double dash to DevChat arguments
- Update DevChat proxy URL
- Add refill prompt action icon to user messages
- Improve error handling and code quality
- Preserve whitespace in ChatPanel message content
- Display error messages in ChatPanel using Alert component
- Add logger to TopicManager for better error handling
- Add args property to Command interface and update regCommandList
- Add tree context
- Implement ActionManager and CustomActions classes
- Add CustomContexts class and related test cases
- Add methods for active file path, selected range, and selected text
Change Log
Improvements
- Bump version and add categories and keywords (5abfb12)
- Refactor topic method (69837e8)
- Add double dash to DevChat arguments (2afe176)
- Update DevChat proxy URL (b5b9574)
- Add refill prompt action icon to user messages (5823045)
- Improve error handling and code quality (80d72ad)
- Preserve whitespace in ChatPanel message content (54b2d4d)
- Display error messages in ChatPanel using Alert component (add9e10)
- Add logger to TopicManager for better error handling (34066c5)
- Add args property to Command interface and update regCommandList (1c6e002)
- Add tree context (6d57aae)
- Implement ActionManager and CustomActions classes (3c5e442)
- Add CustomContexts class and related test cases (a66127f)
- Add methods for active file path, selected range, and selected text (7e7f7e6)
Bug Fixes
- Fix message header assignment condition (06afafb)
- Update chatConfig.ts to prevent overwriting existing files (f7b2675)
- Refactor historyMessages and historyMessagesBase (cd6c091)
Documentation
- Unspecified changes (cbd3b8f)
v0.1.6
Highlights:
- Keep received response while connection error.
- Confirm before delete a topic.
v0.1.5
Highlights:
- Update DevChat detection logic
v0.1.4
Highlights:
support DevChat access key.
DevChat VSCode v0.1.3
Highlights:
- Added support for hiding custom commands in the command list
- Improved code action handling for multiple matching positions
- Enhanced error handling and added regeneration functionality
- Various bug fixes and performance improvements
Change Log:
-
Command Manager Improvements (c9cf64a -> c3cae0e)
- Added support for hiding custom commands in the command list
- Improved command processing with includeHide option
-
Custom Command Updates (bb58c7c -> eeec6c3)
- Added show property to custom commands for hiding in the command list
-
Message Handler Enhancements (ff090af -> fb59c5a)
- Added regeneration message handler for reprocessing the last message
-
Send Message and Error Handling (0e820ee -> 1a6811c)
- Added regeneration functionality for reprocessing the last message
- Improved error handling and messaging
-
Show Diff Improvements (de40044 -> 09beddb)
- Enhanced code action handling for multiple matching positions
-
DevChat Updates (f8da72b -> a3b0daf)
- Refactored code for better organization and readability
- Improved error handling and messaging
-
Apply Diff Enhancements (070cf99 -> 02bc9e6)
- Improved handling of multiple matching positions in code actions
- Added support for insert_before in code actions
-
Chat Panel UI Updates (bdb8877 -> 1e90726)
- Added regeneration button for reprocessing the last message
- Improved error handling and messaging
-
New Code Actions Workflow (setting.json and instruct.txt)
- Added new workflow for generating modify action lists
- Provided guidelines for handling code actions and insertions