diff --git a/pkg/agent/instance.go b/pkg/agent/instance.go index a977876cd..8719aaaee 100644 --- a/pkg/agent/instance.go +++ b/pkg/agent/instance.go @@ -100,7 +100,6 @@ func NewAgentInstance( } if cfg.Tools.IsToolEnabled("edit_file") { - } toolsRegistry.Register(tools.NewEditFileTool(workspace, restrict, allowWritePaths)) } if cfg.Tools.IsToolEnabled("append_file") {