mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
a3bad94821
Core tools previously rendered two separate blocks: an 'Executing tool' header block on ToolCallStartedEvent, then a separate result block on ToolResultEvent. This merges them into a single unified block that renders only when the result arrives. The unified block shows a status icon (checkmark/cross), a friendly tool display name, inline parameters, and the output body. Border color indicates success (green) or error (red).