From df8188380d48f2f8831c386691200ce11b3bcb82 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 1 Dec 2025 15:26:16 +0000 Subject: [PATCH] Fix auto-scroll for diff tool results MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace incorrect scrollToBottom() calls with scrollToBottomIfNeeded() to restore auto-scrolling functionality when new Edit, MultiEdit, and Write tool results are displayed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/script.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/script.ts b/src/script.ts index c7b2e45..266d0ce 100644 --- a/src/script.ts +++ b/src/script.ts @@ -242,7 +242,7 @@ const getScript = (isTelemetryEnabled: boolean) => `