| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-arm64.exe | 2026-06-11 | 27.9 MB | |
| linux-arm | 2026-06-11 | 28.6 MB | |
| linux-arm64 | 2026-06-11 | 27.5 MB | |
| windows-amd64.exe | 2026-06-11 | 30.9 MB | |
| freebsd-arm64 | 2026-06-11 | 27.5 MB | |
| gh-aw-wasm-v0.79.6.tar.gz | 2026-06-11 | 5.8 MB | |
| linux-386 | 2026-06-11 | 28.9 MB | |
| linux-amd64 | 2026-06-11 | 30.2 MB | |
| android-arm64 | 2026-06-11 | 30.0 MB | |
| checksums.txt | 2026-06-11 | 1.0 kB | |
| darwin-amd64 | 2026-06-11 | 30.7 MB | |
| darwin-arm64 | 2026-06-11 | 28.2 MB | |
| freebsd-386 | 2026-06-11 | 28.6 MB | |
| freebsd-amd64 | 2026-06-11 | 30.1 MB | |
| README.md | 2026-06-11 | 6.4 kB | |
| v0.79.6 source code.tar.gz | 2026-06-11 | 241.3 MB | |
| v0.79.6 source code.zip | 2026-06-11 | 244.5 MB | |
| Totals: 17 Items | 840.5 MB | 0 | |
π Release Highlights
This release focuses on observability improvements, Windows CLI reliability, and security hardening for the AWF firewall runtime β keeping your agentic workflows stable and easier to debug.
β¨ What's New
-
AI Credit Observability β
gh-aw.aicis now emitted as adoubleValueon OTLP conclusion spans, fixing Sentry EAP type inference and ensuring AI credit cap attributes appear consistently even whenINPUT_JOB_NAMEis absent. Richer data means faster cost diagnosis. (#38550, #38510, #38580) -
Go MCP Server Process Guardrail β A 4-process limit is now enforced on child
ghinvocations spawned by the Go MCP server, preventing runaway process trees and improving resource safety in constrained runners. (#38544) -
Prefetch Strategy A/B Experiment β The
weekly-blog-post-writerworkflow gains aprefetch_strategyexperiment flag, enabling controlled rollout of prefetch optimizations across agentic runs. (#38622) -
Maintenance Trigger Logging β The first trigger reason for
agentics-maintenancegeneration is now logged, giving operators clear visibility into what kicked off a maintenance cycle. (#38616)
π Bug Fixes & Improvements
-
Windows CLI Deadlock Fixed β A process wrapper deadlock in the Windows CLI integration has been resolved, unblocking workflows that stalled when spawning child processes on Windows. (#38592)
-
Smarter Failure Titles β The conclusion job now uses failure-specific issue titles and detects the
unknown_model_ai_creditsfailure mode, making auto-filed failure issues more actionable. (#38615, #38610) -
Windows Test Coverage Expanded β The Windows CLI integration test suite is restructured into a scenario matrix covering shell, environment, path, and chaos scenarios for broader coverage. (#38526)
π Security & Reliability
-
AWF 0.27.2 Update β Upgraded to the latest AWF firewall runtime, incorporating upstream security and stability fixes. (#38660)
-
Digest Pinning Restored β Container image digest pinning for AWF 0.27.0 firewall sidecar images has been restored, and the release pipeline now gates on resolved SHA pins before pushing tags β ensuring supply chain integrity. (#38595, #38608)
π Documentation
-
LLM/Agent Discovery β Replaced
starlight-llms-txtwith a customllms.txt/agents.txtthat points directly to.github/aw/*.mdworkflow sources, making this repo more discoverable by LLM-based tooling. (#38630) -
copilot-requests: writePermission Guidance β Instruction docs now recommend thecopilot-requests: writepermission for Copilot-targeted workflows. (#38410)
Generated by π Release Β· 107.7 AIC Β· β 28.8K
What's Changed
- Replace remaining
sort.Slicecall sites with type-safeslices.SortFuncby @Copilot in https://github.com/github/gh-aw/pull/38498 - [jsweep] Clean write_large_content_to_file.cjs by @github-actions[bot] in https://github.com/github/gh-aw/pull/38504
- Ensure
gh-aw.aicis emitted on conclusion spans whenINPUT_JOB_NAMEis missing by @Copilot in https://github.com/github/gh-aw/pull/38510 - Restructure Windows CLI integration into scenario matrix with missing shell/env/path/chaos coverage by @Copilot in https://github.com/github/gh-aw/pull/38526
- Add AI credit cap observability attributes to OTLP conclusion spans by @Copilot in https://github.com/github/gh-aw/pull/38550
- [instructions] Sync instruction files with release v0.79.4 by @github-actions[bot] in https://github.com/github/gh-aw/pull/38567
- [docs] Update documentation for features from 2026-06-11 by @github-actions[bot] in https://github.com/github/gh-aw/pull/38593
- [docs] Update glossary - daily scan by @github-actions[bot] in https://github.com/github/gh-aw/pull/38585
- Recommend
copilot-requests: writefor Copilot-targeted workflows in instruction docs by @Copilot in https://github.com/github/gh-aw/pull/38410 - Fix Windows CLI integration deadlock in process wrapper by @Copilot in https://github.com/github/gh-aw/pull/38592
- release: gate on resolved container SHA pins before push_tag by @Copilot in https://github.com/github/gh-aw/pull/38608
- Restore digest pinning for AWF 0.27.0 firewall sidecar images by @Copilot in https://github.com/github/gh-aw/pull/38595
- fix: always emit gh-aw.aic as doubleValue to fix Sentry EAP type inference by @Copilot in https://github.com/github/gh-aw/pull/38580
- Add a 4-process guardrail for Go MCP server child gh invocations by @Copilot in https://github.com/github/gh-aw/pull/38544
- Log first trigger reason for agentics-maintenance generation by @Copilot in https://github.com/github/gh-aw/pull/38616
- Detect unknown_model_ai_credits failure in conclusion job by @Copilot in https://github.com/github/gh-aw/pull/38610
- Use failure-specific issue titles in conclusion job by @Copilot in https://github.com/github/gh-aw/pull/38615
- Add
prefetch_strategyA/B experiment to weekly-blog-post-writer by @Copilot in https://github.com/github/gh-aw/pull/38622 - docs: replace starlight-llms-txt with custom llms.txt/agents.txt pointing to .github/aw/*.md by @Copilot in https://github.com/github/gh-aw/pull/38630
- updated to awf 0.27.2 by @pelikhan in https://github.com/github/gh-aw/pull/38660
Full Changelog: https://github.com/github/gh-aw/compare/v0.79.5...v0.79.6