From cf8cb74c6df8b258a75f3ef2b6b17ea0c718e5cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:26:52 +0000 Subject: [PATCH 1/2] Initial plan From 723dea4f3a5fee6ce8d590fbddb69457c0b21a7b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:35:30 +0000 Subject: [PATCH 2/2] Remove build tag from fileutil.go to fix integration tests Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/fileutil/fileutil.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/fileutil/fileutil.go b/pkg/fileutil/fileutil.go index fa5ff080ca..80e34cb47c 100644 --- a/pkg/fileutil/fileutil.go +++ b/pkg/fileutil/fileutil.go @@ -1,5 +1,3 @@ -//go:build !integration - // Package fileutil provides utility functions for working with file paths and file operations. package fileutil