π 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 #38498 - [jsweep] Clean write_large_content_to_file.cjs by @github-actions[bot] in #38504
- Ensure
gh-aw.aicis emitted on conclusion spans whenINPUT_JOB_NAMEis missing by @Copilot in #38510 - Restructure Windows CLI integration into scenario matrix with missing shell/env/path/chaos coverage by @Copilot in #38526
- Add AI credit cap observability attributes to OTLP conclusion spans by @Copilot in #38550
- [instructions] Sync instruction files with release v0.79.4 by @github-actions[bot] in #38567
- [docs] Update documentation for features from 2026-06-11 by @github-actions[bot] in #38593
- [docs] Update glossary - daily scan by @github-actions[bot] in #38585
- Recommend
copilot-requests: writefor Copilot-targeted workflows in instruction docs by @Copilot in #38410 - Fix Windows CLI integration deadlock in process wrapper by @Copilot in #38592
- release: gate on resolved container SHA pins before push_tag by @Copilot in #38608
- Restore digest pinning for AWF 0.27.0 firewall sidecar images by @Copilot in #38595
- fix: always emit gh-aw.aic as doubleValue to fix Sentry EAP type inference by @Copilot in #38580
- Add a 4-process guardrail for Go MCP server child gh invocations by @Copilot in #38544
- Log first trigger reason for agentics-maintenance generation by @Copilot in #38616
- Detect unknown_model_ai_credits failure in conclusion job by @Copilot in #38610
- Use failure-specific issue titles in conclusion job by @Copilot in #38615
- Add
prefetch_strategyA/B experiment to weekly-blog-post-writer by @Copilot in #38622 - docs: replace starlight-llms-txt with custom llms.txt/agents.txt pointing to .github/aw/*.md by @Copilot in #38630
- updated to awf 0.27.2 by @pelikhan in #38660
Full Changelog: v0.79.5...v0.79.6