From aac9b99d844eb096bf6fc4a471852807228eaaca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:37:15 +0000 Subject: [PATCH 1/2] Initial plan From 896ad2793d74681c1ba16ecda02150bd945283d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:44:26 +0000 Subject: [PATCH 2/2] Fix failing tests by replacing anonymous bash: syntax with bash: [] Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/strict_mode_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/workflow/strict_mode_test.go b/pkg/workflow/strict_mode_test.go index da1c78b16b6..887571bdef7 100644 --- a/pkg/workflow/strict_mode_test.go +++ b/pkg/workflow/strict_mode_test.go @@ -391,7 +391,7 @@ engine: copilot tools: github: allowed: [issue_read] - bash: + bash: [] --- # Test Workflow`, @@ -463,7 +463,7 @@ permissions: timeout-minutes: 10 engine: copilot tools: - bash: + bash: [] network: allowed: - "api.example.com"