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),