agent: Push diffs of user edits to the agent (#34487)
This change improves user/agent collaborative editing. When the user edits files that are used by the agent, the `project_notification` tool now pushes *diffs* of the changes, not just file names. This helps the agent to stay up to date without needing to re-read files. Release Notes: - Improved user/agent collaborative editing: agent now receives diffs of user edits
This commit is contained in:
parent
257bedf09b
commit
406ffb1e20
5 changed files with 274 additions and 77 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -745,6 +745,7 @@ dependencies = [
|
|||
"futures 0.3.31",
|
||||
"gpui",
|
||||
"icons",
|
||||
"indoc",
|
||||
"language",
|
||||
"language_model",
|
||||
"log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue