Skip to content

Commit f786255

Browse files
author
Your Name
committed
fix: Remove KeyboardInterrupt handler from _run_linear
Co-authored-by: cecli (openai/gemini_cli_local/gemini-2.5-pro)
1 parent cca51d4 commit f786255

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cecli/coders/base_coder.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,10 +1449,6 @@ async def input_task(self, preproc):
14491449

14501450
await asyncio.sleep(0.1) # Small yield to prevent tight loop
14511451

1452-
except KeyboardInterrupt:
1453-
self.io.set_placeholder("")
1454-
self.keyboard_interrupt()
1455-
await self.io.stop_task_streams()
14561452
except (SwitchCoderSignal, SystemExit):
14571453
raise
14581454
except Exception as e:

0 commit comments

Comments
 (0)