Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Pins the MCP gateway version to v0.0.62 across the codebase.

Changes

  • Updated pkg/constants/constants_test.go to expect v0.0.62 (test expectation was stale at v0.0.60)
  • Removed explicit version: latest from smoke workflow files so they use the default pinned version:
    • smoke-copilot.md
    • smoke-claude.md
    • smoke-codex.md
  • Recompiled workflow lock files to use ghcr.io/githubnext/gh-aw-mcpg:v0.0.62 instead of :latest
Original prompt

pin MCP gateway version to v0.0.62


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.


Changeset

  • Type: patch
  • Description: Pin MCP gateway version to v0.0.62 and update unit test expectation.

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator


Changeset

  • Type: patch
  • Description: Pin MCP gateway version to v0.0.62 and update unit test expectation.

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator

Copilot AI and others added 2 commits January 16, 2026 22:55
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Pin MCP gateway version to v0.0.62 Pin MCP gateway version to v0.0.62 Jan 16, 2026
Copilot AI requested a review from Mossaka January 16, 2026 23:03
@Mossaka Mossaka marked this pull request as ready for review January 16, 2026 23:29
@Mossaka Mossaka added the smoke label Jan 16, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident...

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

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

@github-actions
Copy link
Contributor

Smoke Test (Codex)
GitHub MCP PR titles: ❌ (fetch failed)
Serena go version: ❌ (tool unavailable)
Playwright GitHub title: ❌ (tool error)
Tavily search: ❌ (tool error)
File write: ✅
Bash cat: ✅
Overall: FAIL

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

Smoke Test Results - Claude Engine

Last 2 Merged PRs: ❌ (timeout)
Serena Go Testing: ❌ (timeout)
Playwright Testing: ❌ (timeout)
Tavily Web Search: ❌ (timeout)
File Writing: ✅
Bash Tool: ✅

Overall Status: FAIL (4/6 tests timed out)

AI generated by Smoke Claude

@Mossaka
Copy link
Collaborator

Mossaka commented Jan 16, 2026

@copilot

I saw that in "download container image" step in smoke-copilot, it's still using the latest tag of the gateway container. Can you fix that?

bash /opt/gh-aw/actions/download_docker_images.sh alpine:latest ghcr.io/github/github-mcp-server:v0.28.1 ghcr.io/githubnext/gh-aw-mcpg:latest mcr.microsoft.com/playwright/mcp node:lts-alpine

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot

I saw that in "download container image" step in smoke-copilot, it's still using the latest tag of the gateway container. Can you fix that?
...

Fixed in 38bc836. The smoke workflow files (smoke-copilot.md, smoke-claude.md, smoke-codex.md) had explicit version: latest in their frontmatter. I removed those lines so they now use the default pinned version v0.0.62. The lock files now show ghcr.io/githubnext/gh-aw-mcpg:v0.0.62 in the download container images step.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

Smoke test: 4/5 passed. GitHub MCP ✅, Playwright ✅, File I/O ✅, Bash ✅, Serena Go ❌. Cannot add comment/label without PR context.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

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

@github-actions
Copy link
Contributor

Smoke Test Results

Last 2 PRs: #10 Remove ai-inference engines, #8 Add workflow weekly-research

✅ GitHub MCP - Retrieved PRs successfully
✅ Playwright - Navigated to GitHub, title verified
✅ Tavily Search - Found 5 results for "GitHub Agentic Workflows"
✅ File Write - Created smoke test file
✅ Bash Tool - Verified file contents

Status: PASS

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

Smoke test results:
GitHub MCP merged PRs: ✅

  • Fix Issue Monster add_comment target for scheduled runs
  • Fix MCP gateway parameter extraction: add missing mounts and entrypoint support
    Serena-go: ❌ (tool unavailable)
    Playwright title contains GitHub: ✅
    Tavily search: ✅
    File write + cat: ✅
    Overall: FAIL

AI generated by Smoke Codex

Mossaka pushed a commit that referenced this pull request Jan 17, 2026
Rebased PR #10176 onto PR #10377 which pins MCP gateway to v0.0.62.
Recompiled all 124 workflows successfully with both changes:
- MCP gateway pinned to v0.0.62 (from PR #10377)
- MCP gateway validation fix for environment variables (from PR #10176)

This should resolve the smoke test failures caused by the "latest"
MCP gateway version having issues.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Mossaka Mossaka merged commit 256a435 into main Jan 17, 2026
185 checks passed
@Mossaka Mossaka deleted the copilot/pin-mcp-gateway-version-again branch January 17, 2026 00:05
Mossaka pushed a commit that referenced this pull request Jan 17, 2026
Rebased PR #10176 onto PR #10377 which pins MCP gateway to v0.0.62.
Recompiled all 124 workflows successfully with both changes:
- MCP gateway pinned to v0.0.62 (from PR #10377)
- MCP gateway validation fix for environment variables (from PR #10176)

This should resolve the smoke test failures caused by the "latest"
MCP gateway version having issues.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants