Evan
Evan
## Problem The current file context system has multiple interconnected limitations that severely impact usability for large projects and multi-root workspaces: - **Hard file limit**: Only 1,000 files are indexed,...
## Problem Cline's file editing tools (replace_in_file and write_to_file) suffer from widespread reliability issues that significantly impact user productivity and increase API costs. These failures affect users across all models...
### Related Issue **Issue:** #XXXX ### Description ### Test Procedure ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] ✨...
### Description This PR adds atomic file writes to prevent potential file corruption from partial writes. If a process is interrupted mid-write (e.g., system crash, forced termination), readers could see...