co-mono/packages/coding-agent/src/tui
Mario Zechner 1e857e0a6a Fix aborted tool display when continuing sessions
Two fixes for rendering aborted tools in --continue mode:

1. In renderInitialMessages: Check if assistant message was aborted/errored
   and immediately mark tool execution components as failed instead of
   leaving them in pending state.

2. In AssistantMessageComponent: Don't show "Aborted" text when there are
   tool calls in the message, since the tool execution components will
   show the error state themselves. This prevents duplicate error messages.

Now aborted tools show properly as red with "Operation aborted" message,
without the duplicate "Aborted" text above them.
2025-11-11 23:39:00 +01:00
..
assistant-message.ts Fix aborted tool display when continuing sessions 2025-11-11 23:39:00 +01:00
custom-editor.ts Refactor TUI components into separate files 2025-11-11 21:16:31 +01:00
footer.ts Refactor TUI components into separate files 2025-11-11 21:16:31 +01:00
thinking-selector.ts Refactor TUI into proper components 2025-11-11 21:55:29 +01:00
tool-execution.ts Fix tab rendering in TUI components 2025-11-11 23:24:48 +01:00
tui-renderer.ts Fix aborted tool display when continuing sessions 2025-11-11 23:39:00 +01:00
user-message.ts Improve tool execution rendering and error handling 2025-11-11 23:05:58 +01:00