Skip to content

Commit cb7aa09

Browse files
committed
fix: glitch issue with rendering assistant message
1 parent 016ccc0 commit cb7aa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AgentCrew/modules/console/ui_effects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def update_live_display(self, chunk: str):
167167
subtitle=subtitle,
168168
title_align="left",
169169
expand=False,
170-
height=height_limit if len(lines) >= height_limit - 10 else None,
170+
height=height_limit,
171171
border_style=RICH_STYLE_GREEN,
172172
)
173173
self.live.update(live_panel)

0 commit comments

Comments
 (0)