Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions AgentCrew/modules/console/input_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ def _(event):
hasattr(self, "_last_ctrl_c_time")
and current_time - self._last_ctrl_c_time <= 1
):
self.console.print(
Text("\n🎮 Confirmed exit. Goodbye!", style=RICH_STYLE_YELLOW_BOLD)
)
# Don't try to join from within the same thread - just exit
event.app.exit("__EXIT__")
else:
Expand Down
Loading