@@ -15,11 +15,12 @@ Ditch the command line and experience Claude Code like never before. This extens
1515## ✨ ** Why Choose Claude Code Chat?**
1616
1717🖥️ ** No Terminal Required** - Beautiful chat interface replaces command-line interactions
18- ⏪ ** Restore Checkpoints** - Undo changes and restore code to any previous state
18+ ⏪ ** Restore Checkpoints** - Undo changes and restore code to any previous state
19+ 🔌 ** MCP Server Support** - Complete Model Context Protocol server management
1920💾 ** Conversation History** - Automatic conversation history and session management
20- 🎨 ** VS Code Native** - Claude Code integrated directly into VS Code with native theming
21+ 🎨 ** VS Code Native** - Claude Code integrated directly into VS Code with native theming and sidebar support
2122🧠 ** Plan and Thinking modes** - Plan First and configurable Thinking modes for better results
22- ⚡ ** Smart File Context and Commands** - Reference any file with simple @ mentions and / for commands
23+ ⚡ ** Smart File/Image Context and Custom Commands** - Reference any file, copy images or screenshots, and create custom commands
2324🤖 ** Model Selection** - Choose between Opus, Sonnet, or Default based on your needs
2425🐧 ** WSL Support** - Full Windows Subsystem for Linux integration and compatibility
2526
@@ -34,8 +35,9 @@ Ditch the command line and experience Claude Code like never before. This extens
3435- No terminal required - everything through the UI
3536- Real-time streaming responses with typing indicators
3637- One-click message copying with visual feedback
37- - Rich markdown support for code blocks and formatting
38+ - Enhanced markdown support with syntax highlighting
3839- Auto-resizing input that grows with your content
40+ - Copy-to-clipboard for code blocks
3941
4042### ⏪ ** Checkpoint & Session Management**
4143- ** Restore Checkpoints** - Instantly undo changes and restore to any previous state
@@ -45,16 +47,44 @@ Ditch the command line and experience Claude Code like never before. This extens
4547- Real-time cost and token tracking
4648- Session statistics and performance metrics
4749
50+ ### 🔌 ** MCP Server Management** ⭐ ** NEW IN V1.0**
51+ - ** Popular Servers Gallery** - One-click installation of common MCP servers
52+ - ** Custom Server Creation** - Build and configure your own MCP servers
53+ - ** Server Management** - Edit, delete, enable/disable servers through UI
54+ - ** Automatic Integration** - Seamless permissions and tool integration
55+ - ** Cross-platform Support** - Full WSL compatibility with path conversion
56+
57+ ### 🔒 ** Advanced Permissions System** ⭐ ** NEW IN V1.0**
58+ - ** Interactive Permission Dialogs** - Detailed tool information with command previews
59+ - ** Always Allow Functionality** - Smart command pattern matching for common tools (npm, git, docker)
60+ - ** YOLO Mode** - Skip all permission checks for power users
61+ - ** Workspace Permissions** - Granular control over what tools can execute
62+ - ** Real-time Permission Management** - Add/remove permissions through intuitive UI
63+
64+ ### 🖼️ ** Image & Clipboard Support** ⭐ ** NEW IN V1.0**
65+ - ** Drag & Drop Images** - Simply drag images directly into the chat
66+ - ** Clipboard Paste** - Press Ctrl+V to paste screenshots and copied images
67+ - ** Multiple Image Selection** - Choose multiple images through VS Code's file picker
68+ - ** Organized Storage** - Automatic organization in ` .claude/claude-code-chat-images/ `
69+ - ** Format Support** - PNG, JPG, JPEG, GIF, SVG, WebP, BMP formats
70+
71+ ### 📱 ** Sidebar Integration** ⭐ ** NEW IN V1.0**
72+ - ** Native VS Code Sidebar** - Full chat functionality in the sidebar panel
73+ - ** Smart Panel Management** - Automatic switching between main and sidebar views
74+ - ** Persistent Sessions** - State maintained across panel switches
75+ - ** Activity Bar Integration** - Quick access from VS Code's activity bar
76+
4877### 📁 ** Smart File Integration**
4978- Type ` @ ` to instantly search and reference workspace files
50- - Image attachments via file browser
79+ - Image attachments via file browser and copy-paste screeshots
5180- Lightning-fast file search across your entire project
5281- Seamless context preservation for multi-file discussions
5382
5483### 🛠️ ** Tool Management**
5584- Visual dashboard showing all available Claude Code tools
5685- Real-time tool execution with formatted results
5786- Process control - start, stop, and monitor operations
87+ - Smart permission system for secure tool execution
5888
5989### 🎨 ** VS Code Integration**
6090- Native theming that matches your editor
@@ -214,31 +244,39 @@ Example configuration in `settings.json`:
214244- Type ` @ ` followed by your search term to quickly reference files
215245- Use ` @src/ ` to narrow down to specific directories
216246- Reference multiple files in one message for cross-file analysis
247+ - ** NEW** : Copy-paste images directly into chat for visual context
248+ - ** NEW** : Paste screenshots with Ctrl+V for instant visual communication
217249
218250### ⚡ ** Productivity Boosters**
219251- ** Creates checkpoints automatically** before changes for safe experimentation
220252- ** Restore instantly** if changes don't work out as expected
253+ - ** NEW** : Permission system prevents accidental tool execution
254+ - ** NEW** : YOLO mode for power users who want speed over safety
221255- Use the stop button to cancel long-running operations
222256- Copy message contents to reuse Claude's responses
223257- Open history panel to reference previous conversations
258+ - ** NEW** : Sidebar integration for multi-panel workflow
224259
225260### 🎨 ** Interface Customization**
226261- The UI automatically adapts to your VS Code theme
227262- Messages are color-coded: Green for you, Blue for Claude
228263- Hover over messages to reveal the copy button
264+ - ** NEW** : Enhanced code block rendering with syntax highlighting
265+ - ** NEW** : Copy-to-clipboard functionality for code blocks
229266
230267---
231268
232269## 🔧 ** Advanced Features**
233270
234271### 🛠️ ** Tool Integration**
235- Claude Code Chat provides full access to all Claude Code tools:
236- - ** Bash** - Execute shell commands
272+ Claude Code Chat provides secure access to all Claude Code tools:
273+ - ** Bash** - Execute shell commands with permission controls
237274- ** File Operations** - Read, write, and edit files
238- - ** Search** - Grep and glob pattern matching
275+ - ** Search** - Grep and glob pattern matching across workspace
239276- ** Web** - Fetch and search web content
240277- ** Multi-edit** - Batch file modifications
241- - ** While in Beta, all tools are enabled by default, use at your own risk!**
278+ - ** MCP Servers** - Extend functionality with Model Context Protocol servers
279+ - ** Permissions System** - Granular control over tool execution for security
242280
243281### 📊 ** Analytics & Monitoring**
244282- ** Real-time cost tracking** - Monitor your API usage
0 commit comments