| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64.exe | 2026-09-08 | 38.5 MB | |
| windows-arm64.exe | 2026-09-08 | 34.3 MB | |
| linux-arm64 | 2026-09-08 | 33.9 MB | |
| freebsd-arm64 | 2026-09-08 | 33.8 MB | |
| gh-aw-wasm-v0.88.8.tar.gz | 2026-09-08 | 7.8 MB | |
| linux-386 | 2026-09-08 | 36.0 MB | |
| linux-amd64 | 2026-09-08 | 37.7 MB | |
| linux-arm | 2026-09-08 | 35.5 MB | |
| freebsd-amd64 | 2026-09-08 | 37.6 MB | |
| android-arm64 | 2026-09-08 | 36.9 MB | |
| checksums.txt | 2026-09-08 | 1.0 kB | |
| darwin-amd64 | 2026-09-08 | 38.3 MB | |
| darwin-arm64 | 2026-09-08 | 34.8 MB | |
| freebsd-386 | 2026-09-08 | 35.7 MB | |
| README.md | 2026-09-08 | 1.9 kB | |
| v0.88.8 source code.tar.gz | 2026-09-08 | 252.2 MB | |
| v0.88.8 source code.zip | 2026-09-08 | 257.0 MB | |
| Totals: 17 Items | 949.9 MB | 0 | |
🌟 Release Highlights
This release fixes a workflow discovery bug in gh aw logs for large repos and hardens MCP policy generation for dynamic GitHub enclaves.
🐛 Bug Fixes & Improvements
- Fixed
gh aw logsincorrectly reporting remote workflows as missing in repositories with more than 50 workflows — remote discovery now requests up to 1,000 workflows instead of relying ongh workflow list's default limit (#59502). - Fixed incomplete MCP policy generation for dynamic GitHub enclaves — workflows combining
tools.github: falsewith adynamicGitHub repository enclave now compile to a fully working.lock.yml, resolving empty guard policies, a missing write-sink policy, delegated-only backend gateway readiness issues, short envelope lifetimes, and outdated mcpg versions that previously required manual edits (#59524).
🔧 Internal
- Removed 5 unused dead functions across
pkg/workflowandpkg/cli(#59483).
Generated by 🚀 Release · copilot · auto · 16.1 AIC · ⊞ 11.8K
What's Changed
- [dead-code] chore: remove dead functions — 5 functions removed by @github-actions[bot] in https://github.com/github/gh-aw/pull/59483
- [blog] Agent of the Day – 2026-09-08 by @github-actions[bot] in https://github.com/github/gh-aw/pull/59479
- Fix logs workflow resolution in large repositories by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/59502
- Generate complete MCP policy and lifetime wiring for dynamic enclaves by @lpcox with @Copilot in https://github.com/github/gh-aw/pull/59524
Full Changelog: https://github.com/github/gh-aw/compare/v0.88.7...v0.88.8