From af1311648a19189964a6712f6d675fd323702583 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:03:34 +0000 Subject: [PATCH 1/2] Initial plan From 7e4cc0936f3d2187d11ca03e62c7ffa93314634e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:11:30 +0000 Subject: [PATCH 2/2] chore: initial plan for intent-aware mutation description improvements Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1fe0f0b02c9..125be9efc41 100644 --- a/go.mod +++ b/go.mod @@ -21,6 +21,7 @@ require ( github.com/securego/gosec/v2 v2.28.0 github.com/sourcegraph/conc v0.3.0 github.com/spf13/cobra v1.10.2 + github.com/spf13/pflag v1.0.10 github.com/stretchr/testify v1.11.1 golang.org/x/crypto v0.54.0 golang.org/x/mod v0.38.0 @@ -89,7 +90,6 @@ require ( github.com/robfig/cron/v3 v3.0.1 // indirect github.com/segmentio/asm v1.1.3 // indirect github.com/segmentio/encoding v0.5.4 // indirect - github.com/spf13/pflag v1.0.10 // indirect github.com/standard-webhooks/standard-webhooks/libraries v0.0.1 // indirect github.com/thlib/go-timezone-local v0.0.7 // indirect github.com/tidwall/gjson v1.19.0 // indirect