mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-09 19:09:50 +00:00
changelog
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to the "claude-code-chat" extension will be documented in th
|
||||
|
||||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
||||
|
||||
## [1.0.5] - 2025-07-30
|
||||
|
||||
### 🚀 Features Added
|
||||
- **MCP Integration**: Added claude-code-chat-permissions-mcp folder for enhanced permission management
|
||||
- **Message Persistence**: Save message in text box for better user experience
|
||||
- **UI Improvements**: Always display history and new chat options
|
||||
- **Input Enhancement**: Removed maxlength limit for custom command prompt textarea
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
- Fixed new chat functionality
|
||||
- Fixed request start time isProcessing issue
|
||||
- Fixed close and open conversation behavior
|
||||
|
||||
### 🔄 Merged Pull Requests
|
||||
- Merged PR #87 from horatio-sans-serif/main
|
||||
|
||||
## [1.0.4] - 2025-01-22
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "claude-code-chat",
|
||||
"displayName": "Claude Code Chat",
|
||||
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"publisher": "AndrePimenta",
|
||||
"author": "Andre Pimenta",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user