chore: mark v0.1.18 - #444
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#443 was merged into its stacked base branch instead of main, so the version bump never landed on main. Re-landing it.
Highlights
install --skillssupports the-gflag (microsoft/playwright#42087) — installs the skill into your home directory instead of the current workspace. (microsoft/playwright#42099)Fixes
feat(mcp): emit structured snapshot in --json responses—--jsonno longer wraps formatted text in a string; responses carry a structured page snapshot. (microsoft/playwright#42076, microsoft/playwright#42098)feat(mcp): add snapshot.boxes config to include bounding boxes in snapshots— bounding boxes can now be enabled globally via config rather than per snapshot. (microsoft/playwright-mcp#1695, microsoft/playwright#42102)fix(cli): exit with non-zero code when the tool result is an error— failed commands no longer exit with status 0, so scripts and agents can detect errors. (microsoft/playwright#42028, microsoft/playwright#42042)fix(cli): accept multiple files in upload command—uploadno longer rejects a second file although it advertises "one or multiple files". (microsoft/playwright#42047, microsoft/playwright#42057)fix(mcp): reconnect to the browser after disconnect— the relay reconnects after the browser extension disconnects. (microsoft/playwright#41874, microsoft/playwright#41966)fix(mcp): launch the Chrome profile that has the extension installed—attachno longer targets a different profile than the one with the extension. (microsoft/playwright#41916, microsoft/playwright#41939)fix(mcp): pass noDefaults for extension CDP connections— extension connections no longer override existing browser defaults. (microsoft/playwright#42117, microsoft/playwright#42119)fix(mcp): clear dialog modal state when dialog is closed out of band— dialogs dismissed by hand in headed mode no longer leave the session stuck in a modal state. (microsoft/playwright#42032)fix(mcp): report malformed JSON config instead of falling back to INI— a broken JSON config file now produces a clear error instead of being silently parsed as INI. (microsoft/playwright#41909)fix(mcp): surface the missing executable path when a browser isn't installed— clearer error message pointing at the missing browser executable. (microsoft/playwright#41941)fix(mcp): identify downloads explicitly— downloads are labeled explicitly in command responses. (microsoft/playwright#41933)fix(mcp): validate Host and Origin on CDP relay WebSocket upgrades— hardens the extension relay against unauthorized cross-origin connections. (microsoft/playwright#42103)fix(mcp): escape user input in codegen output— special characters in your input are escaped correctly in the generated code. (microsoft/playwright#41962)fix(mcp): mention PLAYWRIGHT_MCP_EXECUTABLE_PATH in extension not found error— points at the escape hatch when the extension browser can't be located (e.g. on WSL2). (microsoft/playwright#42092, microsoft/playwright#42122)perf(mcp): skip aria snapshot capture when the response discards it— commands that don't need a snapshot run faster. (microsoft/playwright#41923)gotocrashing on privileged pages (chrome://…) was reverted upstream: the crash originates in the browser process itself, and the fix only masked it. (microsoft/playwright#41931)Upgrading