v0.49.4
π§ Release Highlights
This maintenance release delivers targeted bug fixes for Playwright integration and internal test reliability improvements.
π Bug Fixes & Improvements
- Playwright
--no-sandboxargument fix β Corrected the--no-sandboxflag handling so Playwright workflows launch reliably in sandboxed GitHub Actions runners. (#17861) - Shell quoting for
awf --allow-domains/--block-domainsβ Fixed SC1003 shell quoting issue: domain arguments are now correctly double-quoted, preventing unexpected word-splitting in firewall rules. (#17861) - Test isolation for workflow ID env vars β
GITHUB_RUN_IDandGH_AW_WORKFLOW_IDare now cleared between test cases inmessages.test.cjs, eliminating intermittent test failures caused by leaked state. (#17857)
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- fix(tests): clear GITHUB_RUN_ID/GH_AW_WORKFLOW_ID in messages.test.cjs beforeEach by @Copilot in #17857
- [specs] Update layout specification - 2026-02-23 by @github-actions[bot] in #17860
- [docs] Update glossary - weekly full scan by @github-actions[bot] in #17877
- Fix SC1003: use double quotes for awf --allow-domains/--block-domains arguments; fix playwright --no-sandbox arg by @Copilot in #17861
Full Changelog: v0.49.3...v0.49.4