🌟 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.cjsandassign_copilot_to_created_issues.cjsto prevent GitHub API spawn rate limiting (#14866) -
Safe-Output Defaults -
assign-to-agentnow defaults tomax: 1for safer operation, matchingdispatch-workflowbehavior (#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_minutesfield from schema in favor oftimeout-minutes(hyphen), eliminating ambiguity (#14860) -
Test Fixtures - Fixed integration test fixtures to use
timeout-minutesafter 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