π Release Highlights
This patch release improves agent self-awareness and polishes report readability in built-in reporting workflows.
β¨ What's New
- Agent execution context detection β All engine execution steps (Copilot, Claude, Codex, Gemini) now inject three new environment variables:
GITHUB_AW=truelets agents detect they're running inside a GitHub Agentic Workflow,GH_AW_PHASEidentifies whether it's the mainagentrun or adetection(threat detection) run, andGH_AW_VERSIONexposes the gh-aw compiler version. This enables agents to tag their output, adapt behavior, and integrate with observability tooling. 166 lock files have been recompiled to include these new variables. (#20382)
π Bug Fixes & Improvements
- Cleaner report formatting with progressive disclosure β The
daily-secrets-analysisandcopilot-pr-merged-reportbuilt-in workflows now use correct header levels (no top-level#/##headings) and wrap verbose sections (e.g., Top 10 Secrets table, Merged PRs table, code generation metrics) in collapsible<details>blocks. Executive summaries and key findings remain always visible, reducing noise for readers scanning long reports. (#20376)
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- Normalize report formatting: fix headers and add progressive disclosure in secrets and copilot PR reports by @Copilot in #20376
- Add GITHUB_AW, GH_AW_PHASE, and GH_AW_VERSION env vars to agentic engine execution steps by @Copilot in #20382
Full Changelog: v0.57.1...v0.57.2