github github/gh-aw v0.48.0

latest release: v0.48.1
7 hours ago

🌟 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-request or push-to-pull-request-branch multiple times in a single run, only the last patch survived due to a shared /tmp/gh-aw/aw.patch overwrite. Each invocation now gets its own isolated patch file. (#17284)
  • base-branch in assign-to-agent is now effective — The field was previously injected as a natural language hint rather than using the baseRef GraphQL 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 causing dotnet restore failures. Network configuration is now inferred more accurately from the repo's ecosystem. (#17373)
  • Quieter logs for runtime-import workflows — Front matter in shared markdown files triggered a core.warning on 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 automation and testing labels 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-request and push-to-pull-request-branch in 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 --help by @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 baseRef field for base-branch in assign-to-agent by @Copilot in #17347

Full Changelog: v0.47.6...v0.48.0

Don't miss a new gh-aw release

NewReleases is sending notifications on new releases.