Download Latest Version gh-aw-wasm-v0.66.1.tar.gz (4.8 MB)
Email in envelope

Get an email when there's a new version of GitHub Agentic Workflows

Home / v0.65.3
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-04-01 3.2 MB
sbom.spdx.json 2026-04-01 5.5 MB
windows-arm64.exe 2026-04-01 24.0 MB
linux-arm64 2026-04-01 23.6 MB
windows-amd64.exe 2026-04-01 26.3 MB
gh-aw-wasm-v0.65.3.tar.gz 2026-04-01 4.8 MB
linux-386 2026-04-01 24.5 MB
linux-amd64 2026-04-01 25.6 MB
linux-arm 2026-04-01 24.3 MB
freebsd-arm64 2026-04-01 23.6 MB
android-arm64 2026-04-01 25.8 MB
checksums.txt 2026-04-01 1.0 kB
darwin-amd64 2026-04-01 26.1 MB
darwin-arm64 2026-04-01 24.2 MB
freebsd-386 2026-04-01 24.3 MB
freebsd-amd64 2026-04-01 25.5 MB
README.md 2026-04-01 3.8 kB
v0.65.3 source code.tar.gz 2026-04-01 239.2 MB
v0.65.3 source code.zip 2026-04-01 241.3 MB
Totals: 19 Items   792.0 MB 0

🌟 Release Highlights

This release focuses on improving the gh aw update experience, prerelease handling, and release channel management β€” with important fixes for import path preservation and service container documentation.

⚠️ Breaking Changes

  • Stable release channel removed (#23755): The releases.json aliases and stable release channel have been removed. If you were pinned to the stable channel, switch to latest. The update-stable-release.yml workflow has also been removed.

✨ What's New

  • Prerelease-aware updates (#23810): gh aw update now skips prerelease versions when resolving the latest release, so you'll always land on a stable release by default.
  • Release promotion workflow (#23811): A new internal workflow makes it easy to promote a prerelease to the latest stable channel with a single trigger.

πŸ› Bug Fixes & Improvements

  • gh aw update no longer rewrites local imports (#23809): Fixed a bug where running gh aw update would overwrite local relative imports: paths with cross-repo paths that fail at runtime.
  • DeepReport workflow reliability (#23807): Switched from Codex to Claude engine and corrected the memory path so the deep-report workflow runs reliably.

πŸ“š Documentation

  • Service containers from the agent sandbox (#23776): Clarified that services (e.g., Postgres) started via services: are bound to the runner host and must be reached from the agent container using host.docker.internal:<port> β€” not localhost.

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release! ### `@johnpreed` - [`gh aw update` rewrites local `imports:` to cross-repo paths that fail at runtime](https://github.com/github/gh-aw/issues/23777) _(direct issue)_ ### `@srgibbs99` - [BUG: AWF agent cannot reach Postgres started via `services:`](https://github.com/github/gh-aw/issues/22939) _(direct issue)_

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.65.2...v0.65.3

Source: README.md, updated 2026-04-01