From 0b42222e89a5e7ae309476b07127a382b89c391b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:49:48 +0000 Subject: [PATCH 1/3] Initial plan From b405212d4b22c93ed1853cd6ea14b103397ea8d6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:55:11 +0000 Subject: [PATCH 2/3] Update Playwright MCP version from 0.0.64 to 0.0.68 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 762e3327d1e..b0de1266628 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -423,7 +423,7 @@ var SerenaLanguageSupport = map[string][]string{ } // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package -const DefaultPlaywrightMCPVersion Version = "0.0.64" +const DefaultPlaywrightMCPVersion Version = "0.0.68" // DefaultPlaywrightBrowserVersion is the default version of the Playwright browser Docker image const DefaultPlaywrightBrowserVersion Version = "v1.58.2" From 6b89cdea854dbb0e1bf477ad0bd1fd5ac60a06c4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 15 Feb 2026 15:10:03 +0000 Subject: [PATCH 3/3] Add changeset [skip-ci] --- .changeset/patch-update-playwright-mcp-version.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/patch-update-playwright-mcp-version.md diff --git a/.changeset/patch-update-playwright-mcp-version.md b/.changeset/patch-update-playwright-mcp-version.md new file mode 100644 index 00000000000..0da3f7a7a92 --- /dev/null +++ b/.changeset/patch-update-playwright-mcp-version.md @@ -0,0 +1,5 @@ +--- +"gh-aw": patch +--- + +Updated the bundled Playwright MCP version from 0.0.64 to 0.0.68 to pick up recent bug fixes.