Skip to content

Commit a24e530

Browse files
author
Your Name
committed
fix
1 parent 4af9ad9 commit a24e530

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cecli/tui/worker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ async def _async_run(self):
9292
break # Normal exit
9393
except asyncio.CancelledError:
9494
break
95+
except KeyboardInterrupt:
96+
continue
9597
except SwitchCoderSignal as switch:
9698
# Handle chat mode switches (e.g., /chat-mode architect)
9799
try:

0 commit comments

Comments
 (0)