From c3bca067f8ed31dcea1e281cb34ee286ca73dadd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:49:24 +0000 Subject: [PATCH 1/2] Initial plan From 836739e989f997d154220438c797af1e1d078d48 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:55:07 +0000 Subject: [PATCH 2/2] Update DefaultPlaywrightMCPVersion to 0.0.56 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 98900b839eb..4df239087f4 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -288,7 +288,7 @@ const DefaultMCPGatewayContainer = "ghcr.io/githubnext/gh-aw-mcpg" const DefaultSandboxRuntimeVersion Version = "0.0.28" // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package -const DefaultPlaywrightMCPVersion Version = "0.0.55" +const DefaultPlaywrightMCPVersion Version = "0.0.56" // DefaultPlaywrightBrowserVersion is the default version of the Playwright browser Docker image const DefaultPlaywrightBrowserVersion Version = "v1.57.0"