Expand description
Delta responses for re-reads after edits (#1316).
When a file is re-read after the agent edited it, deliver only the changed lines instead of the full file. This eliminates redundant delivery of unchanged content the agent already has in context.
Structs§
- Delta
Response - A minimal unified-diff-style delta between two versions.
- Hunk
- A single change hunk.
Functions§
- compute_
delta - Compute a delta between
old_contentandnew_content.