b9756
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release addresses a critical bug in the server's edit_file functionality that caused crashes when appending to the end of a file with an invalid line start index (-1). Various pre-built binaries for different platforms are also provided.
🐛 Bug Fixes
- Fixed a crash in edit_file when appending at the end of a file using line_start -1 by normalizing -1 to n (insert at end()) and restricting its use to append mode, rejecting it for replace/delete operations.