| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64.exe | 2026-09-03 | 38.1 MB | |
| windows-arm64.exe | 2026-09-03 | 34.0 MB | |
| linux-arm64 | 2026-09-03 | 33.6 MB | |
| linux-386 | 2026-09-03 | 35.7 MB | |
| linux-amd64 | 2026-09-03 | 37.3 MB | |
| linux-arm | 2026-09-03 | 35.1 MB | |
| freebsd-arm64 | 2026-09-03 | 33.6 MB | |
| gh-aw-wasm-v0.88.2.tar.gz | 2026-09-03 | 7.7 MB | |
| freebsd-amd64 | 2026-09-03 | 37.2 MB | |
| android-arm64 | 2026-09-03 | 36.6 MB | |
| checksums.txt | 2026-09-03 | 1.0 kB | |
| darwin-amd64 | 2026-09-03 | 38.0 MB | |
| darwin-arm64 | 2026-09-03 | 34.4 MB | |
| freebsd-386 | 2026-09-03 | 35.4 MB | |
| README.md | 2026-09-03 | 2.1 kB | |
| v0.88.2 source code.tar.gz | 2026-09-03 | 251.9 MB | |
| v0.88.2 source code.zip | 2026-09-03 | 256.7 MB | |
| Totals: 17 Items | 945.3 MB | 0 | |
π Release Highlights
A focused patch release improving safe-output reliability and CI hygiene: call_workflow inputs no longer get dropped during samples replay, sample-coverage gaps are now surfaced as warnings, and AI credit budgets are validated more safely to close a CodeQL alert.
π Bug Fixes & Improvements
- Fixed
call_workflowsamples replay droppingworkflow_nameβ ingestion previously strippedworkflow_name/inputsforcall_workflowsafe outputs, causing the apply job to fail with "Workflow name is empty" (#58113). - Added warnings for uncovered samples β
--use-samplescompilation now warns when an enabled safe output has nosamples:entries, so silent no-op replay runs are easier to catch (#58112). - Hardened AI credit budget handling β the max AI credits expression moved from inline shell interpolation to step
env:, with strict integer validation before configuring the AWF firewall budget, resolving a CodeQL code-injection alert (#58116).
Full Changelog: https://github.com/github/gh-aw/compare/v0.88.1...v0.88.2
Generated by π Release Β· copilot Β· auto Β· 16.4 AIC Β· β 11.8K
What's Changed
- Fix call_workflow samples replay dropping workflow_name during ingestion by @dsyme with @Copilot in https://github.com/github/gh-aw/pull/58113
- Warn when samples replay has no coverage; add replace-label sample to E2E workflow by @dsyme with @Copilot in https://github.com/github/gh-aw/pull/58112
- Move max AI credits expression to step env and validate integer in shell run block by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/58116
Full Changelog: https://github.com/github/gh-aw/compare/v0.88.1...v0.88.2