Fix flicker issues by ensuring all actively changing content fits in the viewport (#1217)

This commit is contained in:
Jacob Richman
2025-06-19 20:17:23 +00:00
committed by GitHub
parent c23e2f6f63
commit c4e7c9f675
22 changed files with 1353 additions and 248 deletions
@@ -60,7 +60,7 @@ describe('<ToolMessage />', () => {
description: 'A tool for testing',
resultDisplay: 'Test result',
status: ToolCallStatus.Success,
availableTerminalHeight: 20,
terminalWidth: 80,
confirmationDetails: undefined,
emphasis: 'medium',
};