| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64.exe | 2026-05-26 | 29.8 MB | |
| windows-arm64.exe | 2026-05-26 | 26.9 MB | |
| linux-amd64 | 2026-05-26 | 29.0 MB | |
| linux-arm | 2026-05-26 | 27.6 MB | |
| linux-arm64 | 2026-05-26 | 26.5 MB | |
| freebsd-arm64 | 2026-05-26 | 26.5 MB | |
| gh-aw-wasm-v0.76.1.tar.gz | 2026-05-26 | 5.7 MB | |
| linux-386 | 2026-05-26 | 27.9 MB | |
| freebsd-amd64 | 2026-05-26 | 29.0 MB | |
| android-arm64 | 2026-05-26 | 28.9 MB | |
| checksums.txt | 2026-05-26 | 1.0 kB | |
| darwin-amd64 | 2026-05-26 | 29.6 MB | |
| darwin-arm64 | 2026-05-26 | 27.2 MB | |
| freebsd-386 | 2026-05-26 | 27.7 MB | |
| README.md | 2026-05-26 | 5.0 kB | |
| v0.76.1 source code.tar.gz | 2026-05-26 | 261.5 MB | |
| v0.76.1 source code.zip | 2026-05-26 | 264.5 MB | |
| Totals: 17 Items | 868.2 MB | 1 | |
🌟 Release Highlights
This release brings a new replay command for timeline log visualization, inline skill support, improved safe-outputs reliability, and Codex model updates.
✨ What's New
replaycommand — Render and stream unified timeline logs directly in your terminal for faster post-run analysis (#34835)- Inline skill extraction/runtime — Define and run skills inline within workflows, mirroring the inline sub-agent syntax for a more consistent authoring experience (#34874)
- Codex default model updated to
gpt-5.4— Workflows using Codex now use the latest model by default; lockfiles have been regenerated (#34804) tracker-idfrontmatter documented — Thetracker-idfield is now fully documented in the reference, making it easier to correlate workflow runs with external tracking systems (#34799)
🐛 Bug Fixes & Improvements
- safe-outputs
push_to_pull_request_branch— Documented as append-only and now auto-linearizes merge commits before a signed push, preventing push failures on branches with merge history (#34834) - Codex threat-detection — Response-event logs from Codex are now correctly parsed in threat-detection result processing (#34850)
- Step name alignment stabilized — Direct manifest reads are now permitted and agent guidance tightened to prevent step name drift (#34873)
- Reduced duplicate frontmatter scanning —
ParseWorkflowno longer scans frontmatter twice, improving compilation performance (#34819) - Build & test reliability — Integration-tagged builds and CGO fuzz jobs now correctly share test helpers, eliminating spurious CI failures (#34841, #34816)
For complete details, see CHANGELOG.
Generated by 🚀 Release · sonnet46 838.6K
What's Changed
- Enforce
//go:build !integrationon untagged unit test files by @Copilot in https://github.com/github/gh-aw/pull/34798 - doc: document
tracker-idfrontmatter field in main reference by @Copilot in https://github.com/github/gh-aw/pull/34799 - Set Codex default fallback model to gpt-5.4 and regenerate lockfiles by @Copilot in https://github.com/github/gh-aw/pull/34804
- Fix CGO fuzz job compile failure by exposing shared test helpers to integration-tagged builds by @Copilot in https://github.com/github/gh-aw/pull/34816
- Fix failing unit test: align Metrics Trends row labels with test expectations by @Copilot in https://github.com/github/gh-aw/pull/34833
- Reduce duplicate frontmatter scanning in ParseWorkflow by @Copilot in https://github.com/github/gh-aw/pull/34819
- Fix integration-tag test build by making
initTestGitRepohelper available to all test variants by @Copilot in https://github.com/github/gh-aw/pull/34841 - [compiler-threat-spec] chore(spec): daily threat spec optimizer 2026-05-26 — bump to v1.0.12 by @github-actions[bot] in https://github.com/github/gh-aw/pull/34845
- [community] Update community contributions in README by @github-actions[bot] in https://github.com/github/gh-aw/pull/34846
- Route Antigravity AWF target through Gemini provider key by @Copilot in https://github.com/github/gh-aw/pull/34839
- Handle Codex response-event logs in threat-detection result parsing by @Copilot in https://github.com/github/gh-aw/pull/34850
- fix(safe-outputs): document push_to_pull_request_branch as append-only; auto-linearize merge commits before signed push by @Copilot in https://github.com/github/gh-aw/pull/34834
- feat: add
replaycommand for rendering unified timeline logs by @Copilot in https://github.com/github/gh-aw/pull/34835 - [code-simplifier] Reuse gatewayTimestampToTime in agentEntryToTimelineEvent by @github-actions[bot] in https://github.com/github/gh-aw/pull/34864
- Stabilize Step Name Alignment by permitting direct manifest reads and tightening agent guidance by @Copilot in https://github.com/github/gh-aw/pull/34873
- [jsweep] Clean add_comment.cjs by @github-actions[bot] in https://github.com/github/gh-aw/pull/34866
- Add inline skill extraction/runtime support mirroring inline sub-agents by @Copilot in https://github.com/github/gh-aw/pull/34874
Full Changelog: https://github.com/github/gh-aw/compare/v0.76.0...v0.76.1