diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3aa72a4..1bd4c0a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### Fixes - Docs: add missing `ui:install` setup step in the README. Thanks @hugobarauna for PR #300. - Build: import tool-display JSON as a module instead of runtime file reads. Thanks @mukhtharcm for PR #312. +- Browser: fix `browser snapshot`/`browser act` timeouts under Bun by patching Playwright’s CDP WebSocket selection. Thanks @azade-c for PR #307. - Telegram: stop typing after tool results. Thanks @AbhisekBasu1 for PR #322. - Messages: stop defaulting ack reactions to 👀 when identity emoji is missing. - Auto-reply: require slash for control commands to avoid false triggers in normal text. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b5468092..8d788522d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ patchedDependencies: '@mariozechner/pi-ai': hash: b49275c3e2023970d8248ababef6df60e093e58a3ba3127c2ba4de1df387d06a path: patches/@mariozechner__pi-ai.patch + playwright-core@1.57.0: + hash: 66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02 + path: patches/playwright-core@1.57.0.patch qrcode-terminal: hash: ed82029850dbdf551f5df1de320945af52b8ea8500cc7bd4f39258e7a3d92e12 path: patches/qrcode-terminal.patch @@ -102,7 +105,7 @@ importers: version: 5.3.2 playwright-core: specifier: 1.57.0 - version: 1.57.0 + version: 1.57.0(patch_hash=66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02) proper-lockfile: specifier: ^4.1.2 version: 4.1.2 @@ -5394,11 +5397,11 @@ snapshots: dependencies: pngjs: 7.0.0 - playwright-core@1.57.0: {} + playwright-core@1.57.0(patch_hash=66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02): {} playwright@1.57.0: dependencies: - playwright-core: 1.57.0 + playwright-core: 1.57.0(patch_hash=66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02) optionalDependencies: fsevents: 2.3.2