From e87f801700c0f247c3089904514055c5c2420390 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Mon, 5 Jan 2026 10:12:42 +0100 Subject: [PATCH] release: playwriter@0.0.40, extension@0.0.67 --- extension/manifest.json | 2 +- extension/package.json | 2 +- playwriter/CHANGELOG.md | 17 +++++++++++++++++ playwriter/package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 260fc3d..741152e 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Playwriter MCP", - "version": "0.0.66", + "version": "0.0.67", "description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.", "permissions": ["debugger", "tabGroups", "contextMenus", "tabs"], "host_permissions": [""], diff --git a/extension/package.json b/extension/package.json index 7021625..1ad2ba7 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "mcp-extension", - "version": "0.0.66", + "version": "0.0.67", "description": "Playwright MCP Browser Extension", "private": true, "repository": { diff --git a/playwriter/CHANGELOG.md b/playwriter/CHANGELOG.md index 1b7c5c1..e85e3a8 100644 --- a/playwriter/CHANGELOG.md +++ b/playwriter/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.0.40 + +### Features + +- **`screenshotWithAccessibilityLabels`**: New utility function that takes a screenshot with Vimium-style visual labels overlaid on interactive elements + - Labels show aria-ref IDs that can be used with `page.locator('aria-ref=e5')` + - Image and accessibility snapshot are automatically included in the response + - Can be called multiple times to capture multiple screenshots + - Labels are color-coded by element type +- **Media elements in aria labels**: Added `img`, `video`, `audio` to INTERACTIVE_ROLES + - Light blue color scheme for media element labels + - Agents can now reference images by aria-ref for visual tasks + +### Patch Changes + +- **Extension fix**: Query playwriter tab group by title instead of caching ID, fixing stale group issues after debugger detach/reattach + ## 0.0.39 ### Patch Changes diff --git a/playwriter/package.json b/playwriter/package.json index 0946041..1932b5b 100644 --- a/playwriter/package.json +++ b/playwriter/package.json @@ -1,7 +1,7 @@ { "name": "playwriter", "description": "", - "version": "0.0.39", + "version": "0.0.40", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",