| Name | Modified | Size | Downloads / 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.jsonaliases and stable release channel have been removed. If you were pinned to thestablechannel, switch tolatest. Theupdate-stable-release.ymlworkflow has also been removed.
β¨ What's New
- Prerelease-aware updates (#23810):
gh aw updatenow 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 updateno longer rewrites local imports (#23809): Fixed a bug where runninggh aw updatewould overwrite local relativeimports: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 usinghost.docker.internal:<port>β notlocalhost.
π 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
- [log] Add debug logging to metrics, observability, and workflow compilation by @github-actions[bot] in https://github.com/github/gh-aw/pull/23785
- [actions] Update GitHub Actions versions - 2026-03-31 by @github-actions[bot] in https://github.com/github/gh-aw/pull/23778
- fix(deep-report): switch to claude engine and fix memory path by @Copilot in https://github.com/github/gh-aw/pull/23807
- [docs] docs: clarify service container accessibility from agent sandbox by @github-actions[bot] in https://github.com/github/gh-aw/pull/23776
- Remove releases.json aliases and stable release channel support by @Copilot in https://github.com/github/gh-aw/pull/23755
- Add workflow to promote a release to latest/non-prerelease by @Copilot in https://github.com/github/gh-aw/pull/23811
- Ignore prerelease releases when fetching GitHub releases by @Copilot in https://github.com/github/gh-aw/pull/23810
- fix: preserve local relative imports during gh aw update by @Copilot in https://github.com/github/gh-aw/pull/23809
Full Changelog: https://github.com/github/gh-aw/compare/v0.65.2...v0.65.3