assistant edit tool: Track read buffers and notify model of user edits (#26952)
When the model reads file, we'll track the version it read, and let it know if the user makes edits to the buffer. This helps prevent edit failures because it'll know to re-read the file before. Release Notes: - N/A
This commit is contained in:
parent
cb439e672d
commit
a05066cd83
7 changed files with 83 additions and 23 deletions
|
@ -14,6 +14,7 @@ path = "src/assistant_tool.rs"
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
collections.workspace = true
|
||||
clock.workspace = true
|
||||
derive_more.workspace = true
|
||||
gpui.workspace = true
|
||||
language.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue