@@ -4,6 +4,65 @@ All notable changes to the "claude-code-chat" extension will be documented in th
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ## [ 0.1.0] - 2025-06-20
8+
9+ ### 🚀 Major Features Added
10+
11+ #### ** Interactive Thinking Mode with Intensity Control**
12+ - Added configurable thinking mode with 4 intensity levels: Think, Think Hard, Think Harder, Ultrathink
13+ - Beautiful slider interface in settings for intensity selection
14+ - Clickable intensity labels for easy selection
15+ - Different thinking prompts based on selected intensity level
16+ - Higher intensities provide more detailed reasoning but consume more tokens
17+ - Settings persist across sessions with VS Code configuration integration
18+
19+ #### ** Plan First Mode**
20+ - New toggle for "Plan First" mode that instructs Claude to plan before making changes
21+ - Requires user approval before proceeding with implementation
22+ - Safer experimentation workflow for complex changes
23+ - Simple switch interface above the text input area
24+
25+ #### ** Slash Commands Modal System**
26+ - Type "/" to open beautiful slash commands modal with 19+ commands
27+ - Complete Claude Code command integration: /bug, /clear, /compact, /config, /cost, /doctor, /help, /init, /login, /logout, /mcp, /memory, /model, /permissions, /pr_comments, /review, /status, /terminal-setup, /vim
28+ - Custom command input field for executing any Claude Code command
29+ - Session-aware command execution with automatic session resumption
30+ - Commands open in VS Code terminal with proper WSL support
31+ - Visual feedback and user guidance for terminal interaction
32+
33+ #### ** Enhanced Model Configuration**
34+ - Updated "Default" model to show "User configured" instead of "Smart allocation"
35+ - Added "Configure" button next to Default model option
36+ - Configure button opens terminal with ` claude /model ` command for easy model setup
37+ - Session-aware model configuration with current session context
38+ - Clear user messaging about terminal interaction and return workflow
39+
40+ #### ** Advanced Settings Management**
41+ - Restructured settings with better organization and grouping
42+ - Added "Coming Soon" sections for Custom Slash Commands and MCP Configuration
43+ - Consistent UI patterns across all settings sections
44+ - Clean, professional design matching VS Code aesthetics
45+
46+ ### 🎨 ** UI/UX Improvements**
47+ - Smaller, more subtle mode toggle switches (reduced by 2px)
48+ - Clickable text labels for all toggle switches
49+ - Improved slider positioning and label alignment
50+ - Sober, clean interface design without unnecessary colors or decorations
51+ - Better visual hierarchy in settings modal
52+ - Responsive design improvements
53+
54+ ### 🔧 ** Technical Enhancements**
55+ - Session ID now passed to all slash commands for context awareness
56+ - Improved message handling between frontend and backend
57+ - Better error handling and user feedback
58+ - Enhanced WSL compatibility for all new features
59+ - Modular code structure for easier maintenance
60+
61+ ### 📚 ** Documentation Updates**
62+ - Updated keyboard shortcuts documentation
63+ - Enhanced configuration examples
64+ - Improved feature descriptions and usage examples
65+
766## [ 0.0.9] - 2025-06-19
867
968### Added
0 commit comments