We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af9ad9 commit a24e530Copy full SHA for a24e530
1 file changed
cecli/tui/worker.py
@@ -92,6 +92,8 @@ async def _async_run(self):
92
break # Normal exit
93
except asyncio.CancelledError:
94
break
95
+ except KeyboardInterrupt:
96
+ continue
97
except SwitchCoderSignal as switch:
98
# Handle chat mode switches (e.g., /chat-mode architect)
99
try:
0 commit comments