mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
ea6ddc8792
- Add StreamingBashOutputItem to message_items.go - Update ToolOutputEvent handler to append chunks to bash item in ScrollList - Remove old renderStreamingBashOutput() that broke layout - Bash output now streams inline with messages instead of separate section - Auto-scrolls to bottom during streaming - Marks bash item complete on ToolResultEvent Fixes layout breaking when bash commands produce streaming output.