Skip to content

Commit f4ac2f1

Browse files
Update changelog and README to reflect new export functionality and enhanced session management
1 parent 075c2e1 commit f4ac2f1

4 files changed

Lines changed: 19 additions & 8 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
// }
77
// ],
88
"github.copilot.editor.enableCodeActions": true,
9+
"chat.promptFiles": {
10+
"prompts": true
11+
}
912
}

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

prompts/changelog.prompt.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)