From 3cd7f1c2a83cc1e097b042e6f5e3d5e7b700d222 Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Tue, 6 May 2025 11:02:33 -0300 Subject: [PATCH] feat: stream item contents directly into diff command without temp files --- src/main.rs | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/src/main.rs b/src/main.rs index 487c85a..a664d7b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -516,30 +516,27 @@ fn mode_diff(cmd: &mut Command, args: Args, ids: &mut Vec, tags: &mut Vec