Files
kit/cmd
Ed Zynda a3bad94821 unify tool blocks into single header+result rendering
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).
2026-02-26 17:59:45 +03:00
..