From d20d8667f366ce522cab09c41526ea22dc3cbcc6 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 1 Dec 2025 16:29:58 +0000 Subject: [PATCH] Show full diff in Edit, MultiEdit, and Write tool use messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of showing simple previews like "Editing X lines" or "Writing X lines", now displays the actual diff with added/removed lines during the tool request phase. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/script.ts | 61 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/src/script.ts b/src/script.ts index 591c6f0..a648153 100644 --- a/src/script.ts +++ b/src/script.ts @@ -649,15 +649,8 @@ const getScript = (isTelemetryEnabled: boolean) => `