| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbom.cdx.json | 2026-03-10 | 3.1 MB | |
| sbom.spdx.json | 2026-03-10 | 5.3 MB | |
| windows-arm64.exe | 2026-03-10 | 21.5 MB | |
| gh-aw-wasm-v0.57.2.tar.gz | 2026-03-10 | 4.4 MB | |
| linux-386 | 2026-03-10 | 22.1 MB | |
| linux-amd64 | 2026-03-10 | 22.9 MB | |
| linux-arm | 2026-03-10 | 22.0 MB | |
| linux-arm64 | 2026-03-10 | 21.2 MB | |
| windows-amd64.exe | 2026-03-10 | 23.5 MB | |
| freebsd-arm64 | 2026-03-10 | 21.0 MB | |
| android-arm64 | 2026-03-10 | 23.1 MB | |
| checksums.txt | 2026-03-10 | 1.0 kB | |
| darwin-amd64 | 2026-03-10 | 23.3 MB | |
| darwin-arm64 | 2026-03-10 | 21.6 MB | |
| freebsd-386 | 2026-03-10 | 21.9 MB | |
| freebsd-amd64 | 2026-03-10 | 22.8 MB | |
| README.md | 2026-03-10 | 2.1 kB | |
| v0.57.2 source code.tar.gz | 2026-03-10 | 238.4 MB | |
| v0.57.2 source code.zip | 2026-03-10 | 240.3 MB | |
| Totals: 19 Items | 758.4 MB | 1 | |
π Release Highlights
This patch release improves agent self-awareness and polishes report readability in built-in reporting workflows.
β¨ What's New
- Agent execution context detection β All engine execution steps (Copilot, Claude, Codex, Gemini) now inject three new environment variables:
GITHUB_AW=truelets agents detect they're running inside a GitHub Agentic Workflow,GH_AW_PHASEidentifies whether it's the mainagentrun or adetection(threat detection) run, andGH_AW_VERSIONexposes the gh-aw compiler version. This enables agents to tag their output, adapt behavior, and integrate with observability tooling. 166 lock files have been recompiled to include these new variables. (#20382)
π Bug Fixes & Improvements
- Cleaner report formatting with progressive disclosure β The
daily-secrets-analysisandcopilot-pr-merged-reportbuilt-in workflows now use correct header levels (no top-level#/##headings) and wrap verbose sections (e.g., Top 10 Secrets table, Merged PRs table, code generation metrics) in collapsible<details>blocks. Executive summaries and key findings remain always visible, reducing noise for readers scanning long reports. (#20376)
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- Normalize report formatting: fix headers and add progressive disclosure in secrets and copilot PR reports by @Copilot in https://github.com/github/gh-aw/pull/20376
- Add GITHUB_AW, GH_AW_PHASE, and GH_AW_VERSION env vars to agentic engine execution steps by @Copilot in https://github.com/github/gh-aw/pull/20382
Full Changelog: https://github.com/github/gh-aw/compare/v0.57.1...v0.57.2