axelray-dev and Xubin Ren
fde55d06e2
fix(runner): narrow BaseException catch to Exception in tool execution
...
The tool execution path caught BaseException, which includes
KeyboardInterrupt, SystemExit, MemoryError, and GeneratorExit.
These should never be caught and converted into conversational
error messages. CancelledError is already handled separately.
Change except BaseException to except Exception so fatal signals
propagate instead of being swallowed.
Adds parametrized regression test for KeyboardInterrupt and
SystemExit propagation.
Fixes #4788
2026-07-21 13:46:05 +08:00
..
2026-07-12 00:35:17 +08:00
2026-04-16 23:44:26 +08:00
2026-06-29 14:23:55 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-21 11:44:52 +08:00
2026-05-12 11:28:20 +08:00
2026-07-12 00:35:17 +08:00
2026-07-12 00:35:17 +08:00
2026-06-21 13:05:57 +08:00
2026-07-21 00:14:27 +08:00
2026-07-13 12:07:29 +08:00
2026-07-15 00:18:37 +08:00
2026-07-14 00:30:50 +08:00
2026-07-15 01:19:48 +08:00
2026-07-18 17:35:56 +08:00
2026-06-27 16:47:48 +08:00
2026-07-21 11:44:52 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-03-25 22:07:14 +08:00
2026-07-01 20:17:00 +08:00
2026-07-10 17:54:34 +08:00
2026-07-12 00:35:17 +08:00
2026-07-10 17:54:34 +08:00
2026-07-15 00:18:37 +08:00
2026-07-21 00:14:27 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-14 16:17:35 +08:00
2026-07-15 00:18:37 +08:00
2026-07-04 21:15:18 +08:00
2026-06-25 22:53:10 +08:00
2026-07-10 17:54:34 +08:00
2026-07-15 10:34:46 +08:00
2026-07-14 15:51:22 +08:00
2026-07-21 13:46:05 +08:00
2026-07-19 17:37:55 +08:00
2026-07-10 17:54:34 +08:00
2026-07-21 11:44:52 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-07-21 11:44:52 +08:00
2026-07-12 00:35:17 +08:00
2026-07-10 17:54:34 +08:00
2026-07-10 17:54:34 +08:00
2026-06-03 15:01:29 +08:00
2026-06-27 16:52:54 +08:00
2026-06-27 16:52:54 +08:00
2026-07-12 00:35:17 +08:00
2026-07-15 00:18:37 +08:00
2026-04-14 15:29:59 +08:00
2026-07-15 00:18:37 +08:00
2026-07-12 00:35:17 +08:00
2026-07-10 17:54:34 +08:00
2026-07-18 17:36:35 +08:00
2026-06-28 19:46:59 +08:00
2026-07-01 13:03:47 +08:00
2026-05-12 11:28:20 +08:00
2026-07-08 21:02:12 +08:00
2026-07-21 11:44:52 +08:00
2026-07-14 13:50:02 +08:00