Skip to content

v0.41.1

Choose a tag to compare

@github-actions github-actions released this 04 Feb 06:49
· 788 commits to main since this release
d47697b

🌟 Release Highlights

This patch release addresses a critical Playwright MCP configuration issue and includes essential maintenance cleanup.

πŸ› Bug Fixes

Playwright MCP Configuration Corrected (#13667)
Fixed --allowed-hosts flag to use comma separators instead of semicolons, aligning with the Playwright MCP specification. This ensures Playwright browser automation works correctly with multiple allowed hosts. All 145 workflow lock files have been regenerated with the correct format.

- "--allowed-hosts", "localhost;localhost:*;127.0.0.1;127.0.0.1:*"
+ "--allowed-hosts", "localhost,localhost:*,127.0.0.1,127.0.0.1:*"

Test Suite Alignment (#13652)
Updated TestUpgradeCommand_UpdatesAgentFiles to reflect recent changes in agent file management. The upgrade command now correctly handles the on-demand download of agentic-workflows.agent.md from GitHub.

πŸ”§ Maintenance

  • Workflow Cleanup - Removed legacy security alert burndown workflows (#13662, #13660)
  • Release Workflow Simplification - Removed the changesets job from the release workflow (#13654)

For complete details, see the CHANGELOG.

Ahoy! This treasure was crafted by πŸ΄β€β˜ οΈ Release


What's Changed

  • Fix TestUpgradeCommand_UpdatesAgentFiles after agent template removal by @Copilot in #13652
  • chore: rm old dependabot burner by @mnkiefer in #13660
  • chore: rm legacy security alert burndown workflows by @mnkiefer in #13662
  • Remove changesets job from release workflow by @Copilot in #13654
  • Fix Playwright MCP --allowed-hosts to use comma separator per spec by @Copilot in #13667

Full Changelog: v0.41.0...v0.41.1