From c050527d9096da61f71d7e748616d5363a2ce832 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Thu, 7 Aug 2025 17:30:37 +0200 Subject: [PATCH] remove todo --- crates/agent2/src/thread.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/agent2/src/thread.rs b/crates/agent2/src/thread.rs index 8f8fae5c67..70cbde1449 100644 --- a/crates/agent2/src/thread.rs +++ b/crates/agent2/src/thread.rs @@ -459,7 +459,6 @@ impl Thread { if push_new_tool_use { event_stream.send_tool_call( &tool_use, - // todo! add default tool.as_ref() .map(|t| t.kind()) .unwrap_or(acp::ToolKind::Other),