mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
394a4676a1
- Switch NotifyWidgetUpdate from leading-only to leading+trailing edge coalescing so a rapid SetWidget→RemoveWidget pair (e.g. emitted by subagent-monitor on SubagentEnd) is never silently dropped. - Without the trailing send the TUI keeps the pre-removal widget height, leaving empty rows below the status bar until some other event re-renders the layout.