From 830e4ece1513d0bcecb4fbbffc451d7df2c8bc0a Mon Sep 17 00:00:00 2001 From: Will Chen Date: Thu, 22 May 2025 16:09:24 -0700 Subject: [PATCH] Remove max height from dyad think to avoid arbitrary cutoff (#230) Fixes #207 --- src/components/chat/DyadThink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat/DyadThink.tsx b/src/components/chat/DyadThink.tsx index 16f191e..6bb7e6a 100644 --- a/src/components/chat/DyadThink.tsx +++ b/src/components/chat/DyadThink.tsx @@ -57,7 +57,7 @@ export const DyadThink: React.FC = ({ children, node }) => {