v0.42.13
🌟 Release Highlights
This release focuses on improving developer experience with better error messages, comprehensive documentation updates, and critical bug fixes for workflow compilation and runtime evaluation.
✨ What's New
Fuzzy Matching for Better Error Messages (#14260)
When you mistype an engine or tool name, gh-aw now suggests the closest match using "did you mean" hints. No more guessing why coppilot doesn't work—the compiler will suggest copilot automatically.
SSL-Bump Documentation (#14266)
New comprehensive documentation for the SSL-bump firewall feature, including security considerations and configuration examples. Learn more about network configuration.
Actions Permission Restrictions Documentation (#14253)
The init command now includes clear documentation about Actions permission restrictions, helping you understand and resolve access control issues faster.
🐛 Bug Fixes & Improvements
Compiler Obfuscation Fix (#14257)
Fixed a critical compiler bug where static quoted values were incorrectly wrapped in ${{ }} expressions. This caused workflow failures when using literal strings in step configurations. The compiler now correctly distinguishes between GitHub expressions and static values.
Runtime Expression Evaluation (#14255)
Fixed needs.* expression evaluation in runtime-imported markdown, resolving issues with the issue-monster workflow and other complex workflow dependencies.
MCP Gateway Stability (#14269)
Reverted MCP Gateway to v0.0.103 for improved stability and reliability in production workflows.
Generated by Release
What's Changed
- Document Actions permission restrictions detected by init command by @Copilot in #14253
- Fix issue-monster workflow by enabling needs.* expression evaluation in runtime-imported markdown by @Copilot in #14255
- Fix compiler obfuscation: Don't wrap static quoted values in ${{ }} by @Copilot in #14257
- Document SSL-bump feature for AWF firewall by @Copilot in #14266
- Add fuzzy matching "did you mean" suggestions for engine and tool validation by @Copilot in #14260
- Revert gh-aw-mcpg to v0.0.103 by @Copilot in #14269
Full Changelog: v0.42.12...v0.42.13