pub fn compute_chat_chunks(area: Rect, app: &App) -> ChatChunksExpand description
Split area into message/input/suggestions/status rectangles.
Input height adapts to lines typed (3–6 rows). Suggestions row appears only when autocomplete is visible.
§Examples