diff --git a/crates/g3-core/src/lib.rs b/crates/g3-core/src/lib.rs index 2ad85fe..83aad85 100644 --- a/crates/g3-core/src/lib.rs +++ b/crates/g3-core/src/lib.rs @@ -3029,9 +3029,6 @@ impl Agent { let mut modified_tool_call = tool_call.clone(); modified_tool_call.tool = prefixed_tool_name; self.log_tool_call(&modified_tool_call, &warning_msg); - - // Show warning to user - self.ui_writer.print_tool_output_line(&warning_msg); continue; // Skip execution of duplicate }