| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbom.cdx.json | 2026-02-25 | 3.0 MB | |
| sbom.spdx.json | 2026-02-25 | 5.1 MB | |
| windows-arm64.exe | 2026-02-25 | 21.0 MB | |
| gh-aw-wasm-v0.50.4.tar.gz | 2026-02-25 | 4.3 MB | |
| linux-386 | 2026-02-25 | 21.6 MB | |
| linux-amd64 | 2026-02-25 | 22.3 MB | |
| linux-arm | 2026-02-25 | 21.5 MB | |
| linux-arm64 | 2026-02-25 | 20.6 MB | |
| windows-amd64.exe | 2026-02-25 | 23.0 MB | |
| freebsd-arm64 | 2026-02-25 | 20.6 MB | |
| checksums.txt | 2026-02-25 | 964 Bytes | |
| darwin-amd64 | 2026-02-25 | 22.7 MB | |
| darwin-arm64 | 2026-02-25 | 21.2 MB | |
| freebsd-386 | 2026-02-25 | 21.4 MB | |
| freebsd-amd64 | 2026-02-25 | 22.3 MB | |
| README.md | 2026-02-25 | 2.9 kB | |
| v0.50.4 source code.tar.gz | 2026-02-25 | 236.4 MB | |
| v0.50.4 source code.zip | 2026-02-25 | 238.4 MB | |
| Totals: 18 Items | 725.5 MB | 0 | |
🌟 Release Highlights
This release introduces configurable autopilot continuation limits for agentic engines, improves the auto-triage workflow, and refines scout report formatting.
✨ What's New
- Configurable
max-continuationsfor engine autopilot — You can now setmax-continuationsin your engine configuration to cap how many times an agent may continue execution in autopilot mode. This gives you fine-grained control over agent run depth and resource usage (currently supported for the Copilot engine).
yaml
engine:
name: copilot
max-continuations: 5
-
Auto-triage
communitylabel — The auto-triage workflow now automatically applies thecommunitylabel to issues opened by external contributors (NONE,FIRST_TIME_CONTRIBUTOR,FIRST_TIMERassociations), making it easier to track and prioritize community feedback. -
Expanded ecosystem domains — Added
data.jsdelivr.com,code.jquery.com,cdn.sheetjs.com, andbitbucket.orgto the allowed domains list, unblocking Deno/Lume, SheetJS, and Composer-based workflows.
🐛 Bug Fixes & Improvements
- Scout report header normalization — Scout reports now use consistent
h3headers and bold<summary>tags, aligning with the formatting conventions used byci-coach,ci-doctor, andpr-triage-agent.
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- Add
newMCPErrorhelper to eliminate repeatedjsonrpc.Errorstruct literals by @Copilot in https://github.com/github/gh-aw/pull/18341 - Reformat footer install message with hyperlinked label and code block by @Copilot in https://github.com/github/gh-aw/pull/18345
- feat(auto-triage): assign
communitylabel for non-contributor and read-only issues by @Copilot in https://github.com/github/gh-aw/pull/18353 - fix(scout): normalize report headers to h3 and bold summary tags by @Copilot in https://github.com/github/gh-aw/pull/18364
- Improve test coverage and structure for pkg/parser/import_cache_test.go by @Copilot in https://github.com/github/gh-aw/pull/18369
- Add missing domains to ecosystem_domains.json by @Mossaka in https://github.com/github/gh-aw/pull/18390
- Add max-continuations field to agentic engine configuration by @Copilot in https://github.com/github/gh-aw/pull/18368
- chore: add new slides by @mnkiefer in https://github.com/github/gh-aw/pull/18394
- chore: update slides pdf by @mnkiefer in https://github.com/github/gh-aw/pull/18395
Full Changelog: https://github.com/github/gh-aw/compare/v0.50.3...v0.50.4