From 149ac4141b6d8c151d572fa94d0b880d7b01b744 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 05:59:25 +0000 Subject: [PATCH 1/2] Initial plan From aa1177faad5d404b5d5e094d2176c09d1f7d3f9e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 06:07:29 +0000 Subject: [PATCH 2/2] Fix import formatting in engine_network_hooks.go Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/engine_network_hooks.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/workflow/engine_network_hooks.go b/pkg/workflow/engine_network_hooks.go index 2c4bef386e5..a2bd3dda1e6 100644 --- a/pkg/workflow/engine_network_hooks.go +++ b/pkg/workflow/engine_network_hooks.go @@ -3,7 +3,6 @@ package workflow import ( "encoding/json" "fmt" - // "strconv" removed; no longer needed "strings" )