From a24a85ddf8b558652b1814e9afadda2f41cacf79 Mon Sep 17 00:00:00 2001 From: reverb256 Date: Thu, 9 Apr 2026 15:05:34 -0500 Subject: [PATCH 1/2] fix: hyphenate wrapped text in agent thinking output Changes break-all to break-words and adds hyphens-auto class on the thinking output pre element so long words wrap with proper hyphenation marks instead of breaking mid-word. Fixes #1593 --- .../features/sessions/components/session-update/ThoughtView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx b/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx index fb4f5e3c8..fd38d9d67 100644 --- a/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx +++ b/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx @@ -46,7 +46,7 @@ export const ThoughtView = memo(function ThoughtView({ -
+              
                 {displayedContent}
               
From a1b3ecf4b12729adb91f099920083dc24addb647 Mon Sep 17 00:00:00 2001 From: Adam Bowker Date: Thu, 9 Apr 2026 13:34:19 -0700 Subject: [PATCH 2/2] run biome --- .../features/sessions/components/session-update/ThoughtView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx b/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx index fd38d9d67..2c65ed035 100644 --- a/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx +++ b/apps/code/src/renderer/features/sessions/components/session-update/ThoughtView.tsx @@ -46,7 +46,7 @@ export const ThoughtView = memo(function ThoughtView({ -
+              
                 {displayedContent}