zed/crates/language
Max Brunsfeld 4325819075
Fix more failure cases of assistant edits (#19653)
* Make `description` optional (since we describe it as optional in the
prompt, and we're currently not showing it)
* Fix fuzzy location bug that neglected the cost of deleting prefixes of
the query.
* Make auto-indent work for single-line edits. Previously, auto-indent
would not occur when overwriting a single line (without inserting or
deleting a newline)

Release Notes:

- N/A
2024-10-25 14:30:34 -07:00
..
src Fix more failure cases of assistant edits (#19653) 2024-10-25 14:30:34 -07:00
build.rs
Cargo.toml Fix block-wise autoindent when editing adjacent ranges (#19521) 2024-10-21 12:41:41 -07:00
LICENSE-GPL