From 3ab3d86f1a60b017ee0a220414d6d7454aa5c6ee Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 12 May 2026 15:28:47 -0700 Subject: [PATCH] fix: Remove unconditional bell ring in tool call info printing Co-authored-by: cecli (openai/gemini_cli_local/gemini-2.5-pro) --- cecli/coders/base_coder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cecli/coders/base_coder.py b/cecli/coders/base_coder.py index 922d5328671..0a6678472fb 100755 --- a/cecli/coders/base_coder.py +++ b/cecli/coders/base_coder.py @@ -2780,7 +2780,6 @@ async def process_tool_calls(self, tool_call_response): def _print_tool_call_info(self, server_tool_calls): """Print information about an MCP tool call.""" - self.io.ring_bell() # self.io.tool_output("Preparing to run MCP tools", bold=False) for server, tool_calls in server_tool_calls.items():