From cb7a266383f3d77c69970eb70682aa6f96b4e443 Mon Sep 17 00:00:00 2001 From: "openai-code-agent[bot]" <242516109+Codex@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:09:49 +0000 Subject: [PATCH 1/2] Initial plan From 6dc8950f9a09ad3a0cac711acf9dd4851bc65056 Mon Sep 17 00:00:00 2001 From: "openai-code-agent[bot]" <242516109+Codex@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:19:06 +0000 Subject: [PATCH 2/2] chore: bump cli tool defaults --- pkg/constants/constants.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 8ed1c0ba50..d25deb8029 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -304,12 +304,12 @@ const DefaultMCPRegistryURL URL = "https://api.mcp.github.com/v0.1" const GitHubCopilotMCPDomain = "api.githubcopilot.com" // DefaultClaudeCodeVersion is the default version of the Claude Code CLI. -const DefaultClaudeCodeVersion Version = "2.1.34" +const DefaultClaudeCodeVersion Version = "2.1.38" // DefaultCopilotVersion is the default version of the GitHub Copilot CLI. // // WARNING: UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY. -const DefaultCopilotVersion Version = "0.0.405" +const DefaultCopilotVersion Version = "0.0.406" // DefaultCopilotDetectionModel is the default model for the Copilot engine when used in the detection job // Updated to gpt-5.1-codex-mini after gpt-5-mini deprecation on 2026-01-17 @@ -386,7 +386,7 @@ const DefaultSandboxRuntimeVersion Version = "0.0.34" const DefaultPlaywrightMCPVersion Version = "0.0.64" // DefaultPlaywrightBrowserVersion is the default version of the Playwright browser Docker image -const DefaultPlaywrightBrowserVersion Version = "v1.58.1" +const DefaultPlaywrightBrowserVersion Version = "v1.58.2" // DefaultMCPSDKVersion is the default version of the @modelcontextprotocol/sdk package const DefaultMCPSDKVersion Version = "1.24.0"