New
1.1.0
[1.1.0] - 2025-12-06
π Features Added
- Install Modal: Added installation flow for users without Claude Code CLI
- Auto-detects when Claude Code is not installed
- One-click installation with progress indicator
- Platform-specific installation commands
- Diff Viewer Improvements:
- Show full diff in Edit, MultiEdit, and Write tool use messages
- Add "Open Diff" button to open VS Code's native side-by-side diff editor
- Add truncation with expand button for long diffs
- Optimize diff storage and improve Open Diff button behavior
- Processing Indicator: New morphing orange dot animation while Claude is working
- Subscription Detection: Added usage badge to status bar showing plan type (Pro, Max) or API cost
- Conversation Compacting: Handle
/compactcommand in chat with status messages and token reset - Permission System: Migrated from MCP file-based to stdio-based permission prompts
- Plan Mode: Now uses native
--permission-mode planCLI flag for cleaner implementation
π Bug Fixes
- Fixed diff line alignment by removing ::before pseudo-elements
- Fixed auto-scroll for diff tool results
- Strip tool_use_error tags from error messages
- Improved process termination handling
π§ Technical Improvements
- Run /compact command in chat instead of spawning terminal
- Improved terminal and UI experience
- Updated diff icon colors
π Analytics
- Added Umami analytics events to track install flow (modal shown, started, success/failed)