v0.42.12
π Release Highlights
This maintenance release focuses on stability improvements and infrastructure updates for gh-aw workflows.
π Bug Fixes & Improvements
- Fixed Go version PATH ordering (#14237) - Workflows now correctly prioritize the Go version set by
actions/setup-goover hostedtoolcache versions, resolvingmake buildfailures in Codex smoke tests - Updated strict mode test syntax (#14242) - Test cases now use
bash: []instead of deprecated anonymousbash:syntax for better validation compatibility - Refactored repository checks (#14246) - Improved code reusability by extracting shared repository validation methods, plus added
add-wizardalias for the add command
β‘ Infrastructure
- Upgraded MCP Gateway to v0.0.107 (#14244) - All 147 compiled workflows now reference the latest MCP Gateway container version
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- Remove anonymous bash tool syntax, require explicit configuration by @Copilot in #14222
- Fix Go version ordering in GetNpmBinPathSetup by @Mossaka in #14237
- Fix strict mode tests using deprecated anonymous bash syntax by @Copilot in #14242
- Update MCP Gateway to v0.0.107 by @Copilot in #14244
- π§ Refactor repository checks in interactive workflows by @dsyme in #14246
Full Changelog: v0.42.11...v0.42.12