From 31a046973af960764ee4e153b68c020cbd4690ce Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 20 May 2026 09:10:25 +0200 Subject: [PATCH] =?UTF-8?q?feat(chat):=20visual=20redesign=20=E2=80=94=20i?= =?UTF-8?q?nput,=20streaming=20indicator,=20scroll=20polish=20(#9232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(chat): visual redesign — input, streaming indicator, scroll polish Visual refresh of the AI chat surface used in both the global right-side panel (Cmd+L) and inline editor panels. No new features, no system-prompt or tool changes, no sessions code. Input redesign - Default textarea to `rows={1}` and autosize as the user types. - Drop the separate Send button row in favour of a single ` - - {:else if aiChatManager.flowAiChatHelpers?.hasPendingChanges()} +
+ {#if aiChatManager.flowAiChatHelpers?.hasPendingChanges()}
{/if} -
+
+ {#if inputPreface} + {@render inputPreface()} + {/if} {:else}
- + {#if !hideModeSelector} + + {/if} {#if aiChatManager.mode === AIMode.APP} {/if} @@ -344,8 +427,8 @@ {#each suggestions as suggestion (suggestion)}