Skip to content

Commit 2f792e7

Browse files
andrepimentaclaude
andcommitted
Bump version to 1.1.0
- Update changelog with all new features since 1.0.7 - Add Inline Diff Viewer section to README - Update package.json version πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9792039 commit 2f792e7

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes to the "claude-code-chat" extension will be documented in th
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.1.0] - 2025-12-06
8+
9+
### πŸš€ Features Added
10+
- **Install Modal**: Added installation flow for users without Claude Code CLI
11+
- Auto-detects when Claude Code is not installed
12+
- One-click installation with progress indicator
13+
- Platform-specific installation commands
14+
- **Diff Viewer Improvements**:
15+
- Show full diff in Edit, MultiEdit, and Write tool use messages
16+
- Add "Open Diff" button to open VS Code's native side-by-side diff editor
17+
- Add truncation with expand button for long diffs
18+
- Optimize diff storage and improve Open Diff button behavior
19+
- **Processing Indicator**: New morphing orange dot animation while Claude is working
20+
- **Subscription Detection**: Added usage badge to status bar showing plan type (Pro, Max) or API cost
21+
- **Conversation Compacting**: Handle `/compact` command in chat with status messages and token reset
22+
- **Permission System**: Migrated from MCP file-based to stdio-based permission prompts
23+
- **Plan Mode**: Now uses native `--permission-mode plan` CLI flag for cleaner implementation
24+
25+
### πŸ› Bug Fixes
26+
- Fixed diff line alignment by removing ::before pseudo-elements
27+
- Fixed auto-scroll for diff tool results
28+
- Strip tool_use_error tags from error messages
29+
- Improved process termination handling
30+
31+
### πŸ”§ Technical Improvements
32+
- Run /compact command in chat instead of spawning terminal
33+
- Improved terminal and UI experience
34+
- Updated diff icon colors
35+
36+
### πŸ“Š Analytics
37+
- Added Umami analytics events to track install flow (modal shown, started, success/failed)
38+
739
## [1.0.7] - 2025-10-01
840

941
### πŸš€ Features Added

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ Ditch the command line and experience Claude Code like never before. This extens
4747
- Real-time cost and token tracking
4848
- Session statistics and performance metrics
4949

50+
### πŸ“ **Inline Diff Viewer** ⭐ **NEW IN V1.1**
51+
- **Full Diff Display** - See complete file changes directly in Edit, MultiEdit, and Write messages
52+
- **Open in VS Code Diff** - One-click button to open VS Code's native side-by-side diff editor
53+
- **Smart Truncation** - Long diffs are truncated with an expand button for better readability
54+
- **Syntax Highlighting** - Proper code highlighting in diff views
55+
- **Visual Change Indicators** - Clear green/red highlighting for additions and deletions
56+
5057
### πŸ”Œ **MCP Server Management** ⭐ **NEW IN V1.0**
5158
- **Popular Servers Gallery** - One-click installation of common MCP servers
5259
- **Custom Server Creation** - Build and configure your own MCP servers

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-code-chat",
33
"displayName": "Chat for Claude Code",
44
"description": "Beautiful Claude Code Chat Interface for VS Code",
5-
"version": "1.0.7",
5+
"version": "1.1.0",
66
"publisher": "AndrePimenta",
77
"author": "Andre Pimenta",
88
"repository": {

0 commit comments

Comments
Β (0)