v0.2.4
🌟 Release Highlights
This release improves proxy compatibility with github-script integrations and updates workflows for gh-aw v0.63.0, with a focus on correctness of response envelope handling.
✨ What's New
- Proxy + github-script smoke tests — End-to-end tests now validate the proxy integration with
github-script, catching regressions in real-world workflow scenarios. Workflows have been recompiled for compatibility with gh-aw v0.63.0. (#2412)
🐛 Bug Fixes & Improvements
- Proxy response envelope fix — Corrected malformed response envelopes in proxy mode, ensuring downstream
github-scriptconsumers receive well-structured JSON-RPC responses. Accompanying smoke tests help prevent regressions. (#2420)
🐳 Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/github/gh-aw-mcpg:v0.2.4
# or
docker pull ghcr.io/github/gh-aw-mcpg:latestSupported platforms: linux/amd64, linux/arm64
For complete details, see the full release notes.
Generated by Release
What's Changed
- feat: add proxy+github-script smoke test, recompile workflows for gh-aw v0.63.0 by @lpcox in #2412
- fix: proxy response envelopes + smoke test for github-script integration by @lpcox in #2420
Full Changelog: v0.2.3...v0.2.4