Skip to content

Commit ffc5933

Browse files
authored
Merge pull request #513 from szmania/cli-21-agent-mode-all-notifications-bug
fix: Remove unconditional bell ring for auto-approved tool calls (cli-21)
2 parents 60c81d9 + 3ab3d86 commit ffc5933

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cecli/coders/base_coder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,6 @@ async def process_tool_calls(self, tool_call_response):
27792779

27802780
def _print_tool_call_info(self, server_tool_calls):
27812781
"""Print information about an MCP tool call."""
2782-
self.io.ring_bell()
27832782
# self.io.tool_output("Preparing to run MCP tools", bold=False)
27842783

27852784
for server, tool_calls in server_tool_calls.items():

0 commit comments

Comments
 (0)