| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbom.cdx.json | 2026-02-21 | 3.0 MB | |
| sbom.spdx.json | 2026-02-21 | 5.1 MB | |
| linux-arm64 | 2026-02-21 | 20.4 MB | |
| windows-amd64.exe | 2026-02-21 | 22.7 MB | |
| windows-arm64.exe | 2026-02-21 | 20.8 MB | |
| freebsd-arm64 | 2026-02-21 | 20.4 MB | |
| gh-aw-wasm-v0.48.3.tar.gz | 2026-02-21 | 4.3 MB | |
| linux-386 | 2026-02-21 | 21.3 MB | |
| linux-amd64 | 2026-02-21 | 22.1 MB | |
| linux-arm | 2026-02-21 | 21.2 MB | |
| checksums.txt | 2026-02-21 | 964 Bytes | |
| darwin-amd64 | 2026-02-21 | 22.5 MB | |
| darwin-arm64 | 2026-02-21 | 20.9 MB | |
| freebsd-386 | 2026-02-21 | 21.1 MB | |
| freebsd-amd64 | 2026-02-21 | 22.0 MB | |
| README.md | 2026-02-21 | 2.0 kB | |
| v0.48.3 source code.tar.gz | 2026-02-21 | 216.3 MB | |
| v0.48.3 source code.zip | 2026-02-21 | 218.2 MB | |
| Totals: 18 Items | 682.4 MB | 0 | |
🌟 Release Highlights
This release focuses on reliability improvements to the safe-outputs pipeline and workflow tooling, ensuring failures surface cleanly and findings remain actionable.
🐛 Bug Fixes & Improvements
-
Fail-fast mode for code-push safe outputs (#17543): When
push_to_pull_request_branchorcreate_pull_requestfails, the safe-output pipeline now stops processing subsequent outputs immediately. Previously, downstream steps likeadd_commentwould continue running and produce misleading success-looking messages — this is now fixed. -
Workflow normalizer: single consolidated issue (#17540): The
workflow-normalizerwas creating parent/sub-issue hierarchies (group: true), which prevented each run's findings from being standalone actionable reports. Findings are now consolidated into a single issue per run.
🔧 Internal Improvements
- Repo memory prompt generation refactored to use runtime template files, aligning it with all other built-in prompt sections (#17544).
- Workflow functions relocated to their correct domain files for improved maintainability (#17541).
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- fix: workflow-normalizer: remove grouping, consolidate findings in single issue by @Copilot in https://github.com/github/gh-aw/pull/17540
- refactor(workflow): relocate functions to correct domain files by @Copilot in https://github.com/github/gh-aw/pull/17541
- Refactor repo memory prompt generation to use template files by @Copilot in https://github.com/github/gh-aw/pull/17544
- Add fail-fast mode for code-push safe outputs by @Copilot in https://github.com/github/gh-aw/pull/17543
Full Changelog: https://github.com/github/gh-aw/compare/v0.48.2...v0.48.3