v1.56.1
Breaking Changes📦 playwrightView on GitHub →
⚠ 1 breaking✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces a local-network-access permission for Chromium, renames the agents module to test agents (a breaking change), adds a cwd fallback for test config, and fixes a VS Code mcp workspaceFolder reference.
⚠️ Breaking Changes
- Renamed the 'agents' module to 'test agents', changing import paths; update any `import agents` statements to `import test_agents` or the new module name.
Migration Steps
- Update import statements from `agents` to `test_agents` to reflect the renamed module.
- If your extension relied on the removed `workspaceFolder` reference, adjust the VS Code mcp configuration accordingly.
✨ New Features
- Added a local-network-access permission option for Chromium browsers, enabling network access for local resources.
- Implemented a fallback to the current working directory when resolving test configuration in the mcp module.
🐛 Bug Fixes
- Removed the `workspaceFolder` reference from the VS Code mcp integration, fixing errors when the folder was undefined.
🔧 Affected Symbols
agentstest_agentsmcp