Skip to content

chore: bump Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2 and refresh affected lock files#36704

Merged
pelikhan merged 9 commits into
mainfrom
copilot/update-agentic-cli-tools-again
Jun 3, 2026
Merged

chore: bump Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2 and refresh affected lock files#36704
pelikhan merged 9 commits into
mainfrom
copilot/update-agentic-cli-tools-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 3, 2026

Four monitored agentic CLI tools have new stable releases. Updates pkg/constants/version_constants.go and refreshes the affected generated workflow lock files to keep pinned runtime versions aligned.

Version bumps

Constant Before After
DefaultClaudeCodeVersion 2.1.156 2.1.160
DefaultCopilotVersion 1.0.55 1.0.57
DefaultCodexVersion 0.135.0 0.136.0
DefaultGitHubMCPServerVersion v1.1.0 v1.1.2

Lock file updates

Regenerated/kept in sync after merging latest main:

  • .github/workflows/deep-report.lock.yml
  • .github/workflows/daily-ambient-context-optimizer.lock.yml

These lock files now reflect the bumped runtime pins (including ghcr.io/github/github-mcp-server:v1.1.2) so current workflow executions stay aligned with the updated defaults.

All are patch/point releases with no breaking changes. Notable improvements:

  • GitHub MCP Server v1.1.2: per-request RepoAccessCache scoping in lockdown mode — security-positive correctness fix relevant to DefaultGitHubLockdown.
  • Codex 0.136.0: new archive/unarchive subcommands; command-safety/sandbox hardening fixes.
  • Copilot CLI 1.0.57: new additive flags --context and --extension-sdk-path (opt-in, no impact on existing workflows).


✨ PR Review Safe Output Test - Run 26910035253

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude · opus48 7.7M ·

Copilot AI and others added 2 commits June 3, 2026 19:42
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
…57, Codex 0.136.0, MCP Server v1.1.2)

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Update agentic CLI tools to latest versions chore: bump Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2 Jun 3, 2026
Copilot AI requested a review from gh-aw-bot June 3, 2026 19:43
@pelikhan pelikhan marked this pull request as ready for review June 3, 2026 19:44
Copilot AI review requested due to automatic review settings June 3, 2026 19:44
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🧪 Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. PR #36704 is a dependency version bump (Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2) with no test changes. Test Quality Sentinel skipped.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #36704 does not have the 'implementation' label (has_implementation_label=false) and has only 4 new lines of code in business logic directories (default_business_additions=4), which is well under the 100-line threshold. This PR is a routine tooling/skill-script update, not a significant architectural change.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

⚠️ PR Code Quality Reviewer failed during code quality review.

@github-actions github-actions Bot mentioned this pull request Jun 3, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the repository’s default versions for several agentic CLI tools (Claude Code, GitHub Copilot CLI, Codex, GitHub MCP Server) by updating centralized version constants used by the compiler/runtime configuration.

Changes:

  • Update default Claude Code CLI version to 2.1.160.
  • Update default GitHub Copilot CLI version to 1.0.57 and Codex to 0.136.0.
  • Update default GitHub MCP Server image tag to v1.1.2.
Show a summary per file
File Description
pkg/constants/version_constants.go Bumps default tool version constants used when generating/running workflows.
.github/workflows/deep-report.lock.yml Updates only the embedded lock metadata body_hash (no corresponding manifest/version pin updates).
.github/workflows/daily-ambient-context-optimizer.lock.yml Updates only the embedded lock metadata body_hash (no corresponding manifest/version pin updates).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 3


// DefaultGitHubMCPServerVersion is the default version of the GitHub MCP server Docker image
const DefaultGitHubMCPServerVersion Version = "v1.1.0"
const DefaultGitHubMCPServerVersion Version = "v1.1.2"
@@ -1,4 +1,4 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"b1378e3a94dc80144c9098262e28b1643aa88cc03737e623786dd73e87d8319f","body_hash":"d9aeb7d1ad73b83d345a7b34a53f3878ebc8fb846420f8e7cf5bb129711c0a4e","strict":true,"agent_id":"claude"}
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"b1378e3a94dc80144c9098262e28b1643aa88cc03737e623786dd73e87d8319f","body_hash":"998dc32188e283fc86b37ca07bef72bd4c957f0282c50af482395434a8b2cb66","strict":true,"agent_id":"claude"}
@@ -1,4 +1,4 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"d03347fe2b0a6d6902b4f96751e9b621a092c711e8dfb72b1284f763795b369d","body_hash":"5fdf204a238cc84f6f75f2ab43abfb33da61e072c5d679e905b37a588cf99804","strict":true,"agent_id":"copilot"}
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"d03347fe2b0a6d6902b4f96751e9b621a092c711e8dfb72b1284f763795b369d","body_hash":"18c7700688ea94c6b2f14a2a3a5183248e84b658a5a32d9c2b683e9162487d90","strict":true,"agent_id":"copilot"}
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skills-Based Review 🧠

Applied /zoom-out — clean version-bump chore with one observation.

📋 Key Themes & Highlights

Key Themes

  • Lock file / constant skew: Both lock files still embed github-mcp-server:v1.1.0 in their manifest while the Go constant moves to v1.1.2. Worth a quick confirmation that this is intentional (separate container-pin management) or that make recompile will resolve it.

Positive Highlights

  • ✅ Minimal, focused change — only version_constants.go and the two body-hashes that must update as a consequence
  • ✅ No lock files accidentally committed (as called out in the PR description)
  • ✅ Excellent PR description: version table, per-tool notable changes, and a callout about the security-relevant RepoAccessCache fix in GitHub MCP Server v1.1.2
  • ✅ Copilot upgrade comment in the source file already documents the MCP-loading / PAT /models verification gates

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 843.8K

@@ -1,4 +1,4 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"d03347fe2b0a6d6902b4f96751e9b621a092c711e8dfb72b1284f763795b369d","body_hash":"5fdf204a238cc84f6f75f2ab43abfb33da61e072c5d679e905b37a588cf99804","strict":true,"agent_id":"copilot"}
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"d03347fe2b0a6d6902b4f96751e9b621a092c711e8dfb72b1284f763795b369d","body_hash":"18c7700688ea94c6b2f14a2a3a5183248e84b658a5a32d9c2b683e9162487d90","strict":true,"agent_id":"copilot"}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[/zoom-out] The lock file manifest still pins github-mcp-server:v1.1.0 while DefaultGitHubMCPServerVersion is being bumped to v1.1.2. If container image pins are managed separately from the Go constant, that's fine — but it's worth confirming the lockdown-mode RepoAccessCache security fix in v1.1.2 is actually active in this workflow.

💡 What to verify

The manifest embedded in the # gh-aw-manifest: header still contains:

"image":"ghcr.io/github/github-mcp-server:v1.1.0"

If lock files are regenerated from the Go constants via make recompile, this may auto-resolve. If container pins are managed independently, add a note confirming the discrepancy is intentional.

@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented Jun 3, 2026

@copilot merge main, review all comments and reviews
Apply copilot-review skill

https://github.com/github/gh-aw/actions/runs/26908785716/job/79380931847

Copilot AI and others added 3 commits June 3, 2026 19:58
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jun 3, 2026

@copilot merge main, review all comments and reviews
Apply copilot-review skill
...

Merged main and reviewed the PR feedback. I resolved the merge conflicts by restoring the regenerated lock outputs for the two conflicted workflows in commit cf9b90d1f8 so their pinned versions stay aligned with the bumped defaults.

Copilot AI changed the title chore: bump Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2 chore: bump Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2 and refresh affected lock files Jun 3, 2026
Copilot AI requested a review from pelikhan June 3, 2026 20:07
@pelikhan pelikhan added the smoke label Jun 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.54.0
jq 1.7
yq 4.53.2
curl 8.5.0
gh 2.92.0
node 24.16.0
python3 3.13.13
go 1.24.13
java 21.0.11
dotnet 10.0.300

Result: 12/12 tools available ✅

Overall Status: PASS

🔧 Tool validation by Agent Container Smoke Test · sonnet46 370.9K ·

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Smoke Test Results

  • GitHub MCP Testing: ✅
  • Web Fetch Testing: ✅
  • File Writing Testing: ✅
  • Bash Tool Testing: ✅
  • Build gh-aw: ❌

Overall Status: FAIL

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • localhost

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "localhost"

See Network Configuration for more information.

Smoke Gemini — Powered by Gemini ·

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Smoke test results for run 26910034801:

  • GitHub MCP: ✅ #36695 #36703
  • Serena: ✅
  • Playwright: ❌
  • Web fetch: ❌
  • Build: ❌
  • File/cache/memory checks: ✅
  • Overall: FAIL

🔮 The oracle has spoken through Smoke Codex · gpt54mini 4.5M ·

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Comment Memory

Paper trail in code
Builds hum through quiet branches
Smoke stays in memory

Note

This comment is managed by comment memory.

It stores persistent context for this thread in the code block at the top of this comment.
Edit only the text inside the backtick fences; workflow metadata and the footer are regenerated automatically.

Learn more about comment memory

🔮 The oracle has spoken through Smoke Codex · gpt54mini 4.5M ·

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🤖 Smoke Test: Claude — Run 26910035253

Core #1#13: ✅ except #2 ⚠️ (mcpscripts-gh unavailable, used github_pr_query) and #3 ❌ (Serena find_symbol crashed)
PR review #14#20: ✅ except #20 ⚠️ (skipped)

Overall: PARTIAL ⚠️

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude · opus48 7.7M ·

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥 Automated smoke test review - all systems nominal!

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude · opus48 7.7M

@@ -1,5 +1,5 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"ab04e390bb0128359d4820e3f77ef60b2c001b2bf47dccc957a274657d3ee400","body_hash":"c0c6b51ff748c32142fa383ae68e04752e079d02bf22356046bf39761521b93c","strict":true,"agent_id":"copilot"}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Smoke test review comment 1 — metadata header looks consistent with the bump. Run 26910035253.

@@ -1,5 +1,5 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"ab04e390bb0128359d4820e3f77ef60b2c001b2bf47dccc957a274657d3ee400","body_hash":"c0c6b51ff748c32142fa383ae68e04752e079d02bf22356046bf39761521b93c","strict":true,"agent_id":"copilot"}
# gh-aw-manifest: {"version":1,"secrets":["GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GH_AW_OTEL_GRAFANA_AUTHORIZATION","GH_AW_OTEL_GRAFANA_ENDPOINT","GH_AW_OTEL_SENTRY_AUTHORIZATION","GH_AW_OTEL_SENTRY_ENDPOINT","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9.0.0"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.58"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.58"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.58"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.3.22"},{"image":"ghcr.io/github/github-mcp-server:v1.1.0"},{"image":"node:lts-alpine","digest":"sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14","pinned_image":"node:lts-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14"}]}
# gh-aw-manifest: {"version":1,"secrets":["GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GH_AW_OTEL_GRAFANA_AUTHORIZATION","GH_AW_OTEL_GRAFANA_ENDPOINT","GH_AW_OTEL_SENTRY_AUTHORIZATION","GH_AW_OTEL_SENTRY_ENDPOINT","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9.0.0"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.58"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.58"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.58"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.3.22"},{"image":"ghcr.io/github/github-mcp-server:v1.1.2"},{"image":"node:lts-alpine","digest":"sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14","pinned_image":"node:lts-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14"}]}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Smoke test review comment 2 — manifest line updated as expected. Run 26910035253.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

PR: chore: bump Claude Code → 2.1.160, Copilot CLI → 1.0.57, Codex → 0.136.0, GitHub MCP Server → v1.1.2 and refresh affected lock files
Merged reviewed: docs: specify COPILOT_CONNECTION_TOKEN harness/driver contract in Copilot SDK driver spec | recompile: restore source ↔ lock parity for 2 drifted workflows
✅ 1,3,4,6,7,8,9,10,12,13,15,16
❌ 2 mcpscripts-gh unavailable; 5 web-fetch unavailable; 11 ai-generated label unsupported; 14 no comment-memory files
Overall: FAIL
Author/assignees: @app/copilot-swe-agent; @Copilot, @gh-aw-bot

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · gpt54 6M ·

@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented Jun 3, 2026

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jun 3, 2026

@copilot fix tests https://github.com/github/gh-aw/actions/runs/26910006379/job/79385171952

update wasm

Updated wasm golden fixtures in commit ed67d49 so the engine and fixture outputs now match the bumped CLI/MCP versions. I reproduced and re-ran go test -v -timeout=5m -run='^TestWasmGolden_' ./pkg/workflow, and it now passes.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

@copilot review all comments and address unresolved review feedback.
Please resolve the open review threads, then re-run the relevant checks.

Generated by 👨‍🍳 PR Sous Chef · gpt54mini 6M ·

@pelikhan pelikhan merged commit c70b630 into main Jun 3, 2026
26 checks passed
@pelikhan pelikhan deleted the copilot/update-agentic-cli-tools-again branch June 3, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] chore: Update agentic CLI tools (Claude Code 2.1.160, Copilot CLI 1.0.57, Codex 0.136.0, GitHub MCP Server v1.1.2)

4 participants