Adi Yeroslav
Adi Yeroslav
Basically, whenever you exit the editor after making a change it would add an extra newline because of some weird read file interaction. Fixed that by truncating one `"\n"` in...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request @iamdavidhill...
### Description > **Note:** This is a tracking issue to make the `Edit` tool more reliable. It covers the immediate fixes we're working on and a plan for the long-term...
Prevents unnecessary read/write cycles when editing files after undo / redo. From `edit -> error "modified externally" -> read -> edit` (extra read and edit in context + extra time)...