github github/gh-aw v0.43.4

latest releases: v0.43.7, v0.43.6, v0.43.5...
one day ago

🌟 Release Highlights

Quality and stability improvements focusing on rate-limiting, schema compliance, and up-to-date tooling.

⚡ Improvements

  • Rate Limiting Protection - Added 10-second delays between agent assignments in assign_to_agent.cjs and assign_copilot_to_created_issues.cjs to prevent GitHub API spawn rate limiting (#14866)

  • Safe-Output Defaults - assign-to-agent now defaults to max: 1 for safer operation, matching dispatch-workflow behavior (#14867)

  • Updated CLI Tools - All bundled tools upgraded to latest versions:

    • MCP Gateway: v0.1.0 (first stable production-ready release!)
    • Copilot CLI: 0.0.406
    • Claude Code: 2.1.39
    • Sandbox Runtime: 0.0.37
    • Playwright: v1.58.2

    (#14878)

🐛 Bug Fixes

  • Schema Compliance - Removed deprecated timeout_minutes field from schema in favor of timeout-minutes (hyphen), eliminating ambiguity (#14860)

  • Test Fixtures - Fixed integration test fixtures to use timeout-minutes after schema update (#14885)

  • Labels Validation - Added runtime validation for workflow labels (empty labels, whitespace) that schema alone couldn't enforce (#14860)


For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • Remove timeout_minutes from schema and add labels validation by @Copilot in #14860
  • Add 10-second delay between agent assignments to prevent spawn rate limiting by @Copilot in #14866
  • Set default max to 1 for assign-to-agent safe-output by @Copilot in #14867
  • Update CLI tools: Claude Code 2.1.39, Copilot 0.0.406, Sandbox Runtime 0.0.37, Playwright v1.58.2, MCP Gateway v0.1.0 by @Copilot in #14878
  • Fix test fixture using deprecated timeout_minutes field by @Copilot in #14885

Full Changelog: v0.43.3...v0.43.4

Don't miss a new gh-aw release

NewReleases is sending notifications on new releases.