The text wrapper div was rendering when `isStreaming` was true but `text` was empty, causing a brief empty flex container to appear between tool executions. Changed condition from `(text || isStreaming)` to `text` only, so the div only renders when there's actual content. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| core | ||
| hooks | ||
| sdk | ||
| store | ||
| types | ||
| ui | ||
| utils | ||