changelog

This commit is contained in:
andrepimenta
2025-07-30 03:36:58 +01:00
parent 62163dbc32
commit 53acc0a79f
2 changed files with 17 additions and 1 deletions

View File

@@ -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

View File

@@ -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": {