🌟 Release Highlights
This release focuses on reliability and polish — fixing several long-standing bugs in multi-PR workflows and agent assignment, reducing log noise, and sharpening the developer experience.
🐛 Bug Fixes & Improvements
- Multi-PR runs now work correctly — When an agent called
create-pull-requestorpush-to-pull-request-branchmultiple times in a single run, only the last patch survived due to a shared/tmp/gh-aw/aw.patchoverwrite. Each invocation now gets its own isolated patch file. (#17284) base-branchinassign-to-agentis now effective — The field was previously injected as a natural language hint rather than using thebaseRefGraphQL field, meaning it had no real effect. It now uses the authoritative API mechanism. (#17347)- Better network inference for language-specific repos — Agentic authoring on repos using ecosystems like .NET previously defaulted to
network: defaults, omitting package registries (e.g. NuGet) and causingdotnet restorefailures. Network configuration is now inferred more accurately from the repo's ecosystem. (#17373) - Quieter logs for
runtime-importworkflows — Front matter in shared markdown files triggered acore.warningon every import despite being expected behavior. These are now debug-level logs only. (#17374)
✨ Developer Experience
- Cleaner
gh aw logs --help— Orchestrator-only guidance (YAML snippets, project board tracking) has been removed from the human-facing help text, making the flags and examples much easier to find. (#17376) - Report formatting standardized — Four workflows (
pr-triage-agent, and others) now use consistent h3+ headers and<details>progressive disclosure, keeping reports readable and collapsible. (#17377) - Smoke test and daily report issues auto-labelled — Issues created by automation workflows now receive
automationandtestinglabels at creation time, keeping the unlabelled issue backlog near zero. (#17375)
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- Support multiple
create-pull-requestandpush-to-pull-request-branchin a single run by @Copilot in #17284 - Lower front matter warning to debug log in runtime import by @Copilot in #17374
- Normalize report formatting across four workflows (h3+ headers, progressive disclosure) by @Copilot in #17377
- Trim orchestrator-only guidance from
gh aw logs --helpby @Copilot in #17376 - Auto-apply labels on smoke test and daily report issue creation by @Copilot in #17375
- fix: improve network ecosystem inference in agentic authoring by @Copilot in #17373
- fix: use GraphQL
baseReffield forbase-branchin assign-to-agent by @Copilot in #17347
Full Changelog: v0.47.6...v0.48.0