co-mono/todos
Mario Zechner 1d9b77298c fix(agent): Properly handle ESC interrupt in TUI with centralized event emission
Fixed the interrupt mechanism to show "[Interrupted by user]" message when ESC is pressed:
- Removed duplicate UI cleanup from ESC key handler that interfered with event processing
- Added centralized interrupted event emission in exception handler when abort signal is detected
- Removed duplicate event emissions from API call methods to prevent multiple messages
- Added abort signal support to preflight reasoning check for proper cancellation
- Simplified abort detection to only check signal state, not error messages
2025-08-11 12:21:13 +02:00
..
done fix(agent): Properly handle ESC interrupt in TUI with centralized event emission 2025-08-11 12:21:13 +02:00
project-description.md feat(agent): Comprehensive reasoning token support across providers 2025-08-10 01:46:15 +02:00
todos.md fix(agent): Properly handle ESC interrupt in TUI with centralized event emission 2025-08-11 12:21:13 +02:00