From 042932f56678536f4ae62d96138c9a2c64660377 Mon Sep 17 00:00:00 2001 From: Alejandro Tamayo Date: Fri, 17 Apr 2026 17:44:53 +0200 Subject: [PATCH] ui(agents): widen chat column from max-w-2xl to max-w-4xl Chat content was capped at 672px, leaving excessive whitespace on wide windows and cramping bash/tool output. Bumps the message column, input area, status cards, and loading wrapper to 896px (+33%) so they stay aligned and tool renderers (which inherit width) breathe. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/renderer/features/agents/main/active-chat.tsx | 10 +++++----- src/renderer/features/agents/main/chat-input-area.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/renderer/features/agents/main/active-chat.tsx b/src/renderer/features/agents/main/active-chat.tsx index cf85ed178..8b24bbd8b 100644 --- a/src/renderer/features/agents/main/active-chat.tsx +++ b/src/renderer/features/agents/main/active-chat.tsx @@ -4647,7 +4647,7 @@ const ChatViewInner = memo(function ChatViewInner({ /> {/* Workspace subtitle: repo • branch */} {(workspaceRepoName || workspaceBranch) && ( -
+
{[workspaceRepoName, workspaceBranch].filter(Boolean).join(" • ")} @@ -4692,7 +4692,7 @@ const ChatViewInner = memo(function ChatViewInner({ >
-
+
-
+
{/* Queue indicator card - top card */} {queue.length > 0 && ( -
+
-
+