|
| 1 | +--- |
| 2 | +title: "Version 1.0.295 - Enhanced AI Models and User Experience Improvements" |
| 3 | +description: "Week 21, 2025 — May 19 to May 25" |
| 4 | +--- |
| 5 | + |
| 6 | +### 🚀 New Features |
| 7 | + |
| 8 | +- **Claude Opus Model Support**: Added support for the new Claude Opus model with improved labeling (Opus + Sonnet) |
| 9 | +- **Slash Menu System**: Introduced interactive slash command menu with enhanced formatting and descriptions |
| 10 | +- **Project Setup Command**: Added `/init` command to help users initialize their project configuration |
| 11 | +- **File Picker Grading**: Added groundwork for file-picker grading functionality with new relabel options in UI |
| 12 | + |
| 13 | +### 🔧 Model & AI Improvements |
| 14 | + |
| 15 | +- **Upgraded to Claude Sonnet 4**: Switched from Sonnet 3.6 to the more powerful Sonnet 4 model |
| 16 | +- **Updated Flash Model**: Updated to Flash 2.5 (May 20th preview version) |
| 17 | +- **O4-Mini Integration**: Now using O4-Mini for large file search and replace operations |
| 18 | +- **Enhanced Prompting**: Added Anthropic-recommended prompts and improved instruction following |
| 19 | +- **Reduced Verbosity**: Streamlined Gemini thinking output now that Claude 4 provides stronger performance |
| 20 | + |
| 21 | +### 🛡️ Security & Safety |
| 22 | + |
| 23 | +- **Stronger Script Protection**: Enhanced prompting to prevent unauthorized script execution |
| 24 | +- **Background Process Warnings**: Added prompting alerts for background processes |
| 25 | +- **Improved Safety Instructions**: Added better instructions for escaping and handling dangerous operations |
| 26 | + |
| 27 | +### 🐛 Bug Fixes |
| 28 | + |
| 29 | +- **Code Search Fix**: Resolved code search functionality and added proper spacing before periods |
| 30 | +- **Quote Preservation**: Fixed issue where quotes were incorrectly removed from code search patterns |
| 31 | +- **XML Entity Parsing**: Corrected XML entity parsing issues |
| 32 | +- **Command/Ctrl Click**: Fixed broken command/ctrl click functionality |
| 33 | +- **Windows Terminal Fix**: Resolved terminal command hanging issues on Windows |
| 34 | +- **Newline Handling**: Fixed bugs related to newline processing |
| 35 | + |
| 36 | +### ⚡ Performance & UX Enhancements |
| 37 | + |
| 38 | +- **Larger File Support**: Enabled relace functionality for larger files with configurable limits |
| 39 | +- **Improved Context Handling**: Enhanced Context 7 functionality with increased timeout |
| 40 | +- **Better Directory Management**: |
| 41 | + - Added `isSubdir` function for better directory handling |
| 42 | + - Improved startup behavior when launched from home or root directories |
| 43 | + - Enhanced current working directory prompting |
| 44 | +- **Readline Improvements**: Made readline functionality public for better accessibility |
| 45 | +- **Enhanced Analytics**: |
| 46 | + - Added user input completion tracking with latency metrics |
| 47 | + - Improved analytics for help menu usage |
| 48 | + - Added failure tracking for update processes |
| 49 | + |
| 50 | +### 🎨 Interface Improvements |
| 51 | + |
| 52 | +- **Restored Classic Coloring**: Brought back randomized coloring system (selects 3 colors first) |
| 53 | +- **Better Help System**: |
| 54 | + - Improved help command table spacing and formatting |
| 55 | + - Renamed "Diagnostics Check" to "Project Setup" for clarity |
| 56 | + - Enhanced startup menu for home directory scenarios |
| 57 | +- **Slash Command Enhancements**: |
| 58 | + - Simplified command processing with filter + sort chains |
| 59 | + - Added dedicated methods for command cleaning and validation |
| 60 | + - Improved error handling for unknown commands |
| 61 | + |
| 62 | +### 🔧 Technical Improvements |
| 63 | + |
| 64 | +- **Dependency Updates**: Switched from `readable-stream` to `node:stream` for better Node.js compatibility |
| 65 | +- **Parameter Handling**: Improved parsing to ignore new parameters while processing existing ones |
| 66 | +- **Event Tracking**: Enhanced event tracking system with better failure handling |
| 67 | +- **Content Management**: |
| 68 | + - Improved pasted content consideration for slash menu |
| 69 | + - Better handling of fresh prompts and content clearing |
| 70 | + - Enhanced user message tagging system |
| 71 | + |
| 72 | +--- |
| 73 | + |
| 74 | +_This release focuses on significantly improving AI model capabilities, user safety, and overall experience while maintaining backward compatibility._ |
0 commit comments