Write {result_count}.diff and last.diff eval run outputs (#29181)

These are only written when the diff has changed. `patch.diff` has been
removed as its redundant with `last.diff`.

It can be convenient to open `last.diff` and use undo/redo to navigate
its history.

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-04-21 17:19:07 -06:00 committed by GitHub
parent 9fe4a14f73
commit 9249919b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 37 additions and 13 deletions

1
Cargo.lock generated
View file

@ -4920,6 +4920,7 @@ dependencies = [
"serde",
"settings",
"shellexpand 2.1.2",
"smol",
"telemetry",
"toml 0.8.20",
"unindent",