From 8ce92a4ce70b767926bc5c337b4c8707c7405506 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Tue, 10 Mar 2026 19:35:09 +0100 Subject: [PATCH] fix: syntax errors in instance.go --- pkg/agent/instance.go | 1 - 1 file changed, 1 deletion(-) 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") {