File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 // }
77 // ],
88 "github.copilot.editor.enableCodeActions" : true ,
9+ "chat.promptFiles" : {
10+ "prompts" : true
11+ }
912}
Original file line number Diff line number Diff line change 1010
1111### Latest Changes (since v1.2)
1212
13- - b099c4f - Add export functionality and enhance tool handling
14- - 1c9e7ac - Refactor user settings and session management
15- - 5944766 - Refactor export functionality to use prompt ID
16- - 1ad1bef - Add export functionality and enhance session logging
17- - d534778 - Added issue management action
13+ - Added new export functionality with prompt ID-based system
14+ - Enhanced session logging capabilities
15+ - Refactored user settings management for improved efficiency
16+ - Enhanced tool handling system
17+ - Improved session management
Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ bash command execution capabilities using Claude 3 API.
1111 - Editor mode for AI-assisted text file manipulation
1212 - Bash mode for intelligent command execution
1313 - Hybrid mode for combined capabilities
14- - ** Export Functionality **
15- - Prompt ID-based export system
14+ - ** Enhanced Export System ** :
15+ - Prompt ID-based export functionality
1616 - Dedicated export paths
17- - Enhanced session logging
17+ - Rich session data export
18+ - Comprehensive session logging
19+ - ** Improved User Management** :
20+ - Streamlined settings management
21+ - Enhanced session handling
22+ - Efficient tool configuration
1823- ** Memory Management**
1924- ** Comprehensive Logging**
2025 - Text response content tracking
Original file line number Diff line number Diff line change 1+ UPDATE changelog to include changes between given tag and latest commit.
2+
3+ UPDATE readme to reflect those changes for the first time visitor.
You can’t perform that action at this time.
0 commit comments