| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| linux-arm64 | 2026-06-01 | 26.8 MB | |
| windows-amd64.exe | 2026-06-01 | 30.1 MB | |
| windows-arm64.exe | 2026-06-01 | 27.2 MB | |
| freebsd-arm64 | 2026-06-01 | 26.7 MB | |
| gh-aw-wasm-v0.77.5.tar.gz | 2026-06-01 | 5.8 MB | |
| linux-386 | 2026-06-01 | 28.2 MB | |
| linux-amd64 | 2026-06-01 | 29.4 MB | |
| linux-arm | 2026-06-01 | 27.9 MB | |
| freebsd-amd64 | 2026-06-01 | 29.3 MB | |
| android-arm64 | 2026-06-01 | 29.2 MB | |
| checksums.txt | 2026-06-01 | 1.0 kB | |
| darwin-amd64 | 2026-06-01 | 29.9 MB | |
| darwin-arm64 | 2026-06-01 | 27.5 MB | |
| freebsd-386 | 2026-06-01 | 28.0 MB | |
| README.md | 2026-06-01 | 3.8 kB | |
| v0.77.5 source code.tar.gz | 2026-06-01 | 261.9 MB | |
| v0.77.5 source code.zip | 2026-06-01 | 265.0 MB | |
| Totals: 17 Items | 872.9 MB | 2 | |
🌟 Release Highlights
This release tightens the daily effective-workflow guardrail with smarter configuration gating, structured diagnostics, and a bug fix for artifact client setup — plus a project-level UTC offset feature for more accurate timestamps across timezones.
✨ What's New
- Project UTC offset for timestamps (#36142) — Rendered timestamps and expiration messages now respect a configured project UTC offset, so deadlines and expiry notices display correctly for teams in any timezone.
- Structured diagnostics in daily ET guardrail (#36164) — The daily effective-workflow guardrail now emits structured diagnostic output, making it easier to understand and debug guardrail evaluation results.
close_discussionsafe output in Daily Regulatory workflow (#36155) — The Daily Regulatory workflow can now close discussions as part of its safe-output actions, completing the full discussion lifecycle.- New
fmterrorfnoverbslinter (#36146) — A new Go linter enforces correct verb usage infmt.Errorfcalls, catching a common class of formatting mistakes at lint time.
🐛 Bug Fixes & Improvements
- Gate ET guardrail on explicit configuration (#36179) — The daily effective-workflow guardrail and its artifact client setup are now only activated when explicitly configured, preventing unnecessary overhead in workflows that do not use this feature.
- Fix
@actions/artifactinstall for ET guardrail (#36153) — Resolved a missing dependency that caused failures when the daily-effective-workflow guardrail was enabled. - Deploy command refactor (#36144) — Deploy command orchestration in
pkg/cliwas refactored to satisfylargefunclinter limits, improving maintainability without changing behavior. - Parser test coverage (#36149) — Frontmatter extraction tests migrated to testify with additional coverage, strengthening the parser test suite.
For complete details, see CHANGELOG.
Generated by 🚀 Release · sonnet46 659.7K
What's Changed
- Add project UTC offset support for rendered timestamps and expiration messages by @Copilot in https://github.com/github/gh-aw/pull/36142
- Fix: install @actions/artifact when daily-effective-workflow guardrail is configured by @Copilot in https://github.com/github/gh-aw/pull/36153
- [linter-miner] feat(linters): add fmterrorfnoverbs linter by @github-actions[bot] in https://github.com/github/gh-aw/pull/36146
- Refactor deploy command orchestration to satisfy largefunc limits in
pkg/cliby @Copilot in https://github.com/github/gh-aw/pull/36144 - test(parser): migrate frontmatter_extraction_test.go to testify + add missing coverage by @Copilot in https://github.com/github/gh-aw/pull/36149
- Enable
close_discussionsafe output in Daily Regulatory workflow by @Copilot in https://github.com/github/gh-aw/pull/36155 - [blog] Agent of the Day – 2026-06-01 by @github-actions[bot] in https://github.com/github/gh-aw/pull/36158
- Add structured diagnostics to the daily workflow ET guardrail by @Copilot in https://github.com/github/gh-aw/pull/36164
- [blog] Weekly blog post – 2026-06-01 by @github-actions[bot] in https://github.com/github/gh-aw/pull/36178
- Gate daily ET guardrail and artifact client setup on explicit configuration by @Copilot in https://github.com/github/gh-aw/pull/36179
Full Changelog: https://github.com/github/gh-aw/compare/v0.77.4...v0.77.5