mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-13 13:49:47 +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.
|
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
|
## [1.0.4] - 2025-01-22
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "claude-code-chat",
|
"name": "claude-code-chat",
|
||||||
"displayName": "Claude Code Chat",
|
"displayName": "Claude Code Chat",
|
||||||
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
"description": "Beautiful Claude Code Chat Interface for VS Code",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"publisher": "AndrePimenta",
|
"publisher": "AndrePimenta",
|
||||||
"author": "Andre Pimenta",
|
"author": "Andre Pimenta",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user