v0.65.3
π 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
@srgibbs99
- BUG: AWF agent cannot reach Postgres started via
services:(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 #23785
- [actions] Update GitHub Actions versions - 2026-03-31 by @github-actions[bot] in #23778
- fix(deep-report): switch to claude engine and fix memory path by @Copilot in #23807
- [docs] docs: clarify service container accessibility from agent sandbox by @github-actions[bot] in #23776
- Remove releases.json aliases and stable release channel support by @Copilot in #23755
- Add workflow to promote a release to latest/non-prerelease by @Copilot in #23811
- Ignore prerelease releases when fetching GitHub releases by @Copilot in #23810
- fix: preserve local relative imports during gh aw update by @Copilot in #23809
Full Changelog: v0.65.2...v0.65.3