From 94a41c5c34970859217e7699f8cbde88f006452e Mon Sep 17 00:00:00 2001 From: Jochen Date: Wed, 19 Nov 2025 18:57:54 +1100 Subject: [PATCH] don't write warning to console --- crates/g3-core/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) 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 }