Skip to content

v4.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 20:29
· 6 commits to main since this release

Patch Changes

  • #53 c0b9eaa - chrome-browser — documents the conflict with the official claude-plugins-official/playwright plugin.

    The official playwright plugin from Anthropic's marketplace registers npx @playwright/mcp@latest without --cdp-endpoint, which causes Playwright to spawn its own bundled Chromium instead of attaching to the CfT instance set up by this skill — defeating the persistent-session purpose entirely. Added a callout in INSTALL.md step 3 with two resolution paths (disable the plugin via ~/.claude/settings.json, or patch the plugin's bundled .mcp.json) plus a verification command.