From a279583669721acae4c676dac4a39f479220100e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 30 May 2026 23:59:53 +0000 Subject: [PATCH 1/2] Initial plan From 0e552d1be4eefee04805fa432567aa17d32bb8dd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 31 May 2026 00:05:33 +0000 Subject: [PATCH 2/2] chore: update agentic CLI tool versions (Claude Code 2.1.158, Copilot CLI 1.0.56, GitHub MCP Server v1.1.2) Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .changeset/patch-update-agentic-cli-tools-20260531.md | 5 +++++ pkg/constants/version_constants.go | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/patch-update-agentic-cli-tools-20260531.md diff --git a/.changeset/patch-update-agentic-cli-tools-20260531.md b/.changeset/patch-update-agentic-cli-tools-20260531.md new file mode 100644 index 00000000000..7e84db5d684 --- /dev/null +++ b/.changeset/patch-update-agentic-cli-tools-20260531.md @@ -0,0 +1,5 @@ +--- +"gh-aw": patch +--- + +Update default tool versions in `pkg/constants/version_constants.go`: Claude Code `2.1.158`, Copilot CLI `1.0.56`, GitHub MCP Server `v1.1.2`. diff --git a/pkg/constants/version_constants.go b/pkg/constants/version_constants.go index 5d601daa8f6..9c24b72854e 100644 --- a/pkg/constants/version_constants.go +++ b/pkg/constants/version_constants.go @@ -32,14 +32,14 @@ func (v Version) IsValid() bool { type ModelName string // DefaultClaudeCodeVersion is the default version of the Claude Code CLI. -const DefaultClaudeCodeVersion Version = "2.1.156" +const DefaultClaudeCodeVersion Version = "2.1.158" // DefaultCopilotVersion is the default version of the GitHub Copilot CLI. // // When unpinning or upgrading this version, verify: // - MCPs are not blocked from loading (tools.mcp configuration still works end-to-end) // - /models does not silently fail on PATs (check that model listing works with PAT auth) -const DefaultCopilotVersion Version = "1.0.55" +const DefaultCopilotVersion Version = "1.0.56" // DefaultCodexVersion is the default version of the OpenAI Codex CLI const DefaultCodexVersion Version = "0.135.0" @@ -60,7 +60,7 @@ const DefaultPiVersion Version = "0.75.4" const DefaultOpenCodeVersion Version = "1.2.14" // DefaultGitHubMCPServerVersion is the default version of the GitHub MCP server Docker image -const DefaultGitHubMCPServerVersion Version = "v1.1.0" +const DefaultGitHubMCPServerVersion Version = "v1.1.2" // DefaultFirewallVersion is the default version of the gh-aw-firewall (AWF) binary //