fix(browser): sync lockfile for Playwright Bun patch (PR #307)

This commit is contained in:
Peter Steinberger
2026-01-06 19:19:47 +00:00
parent 16ce78233f
commit fab37be7a0
2 changed files with 7 additions and 3 deletions

View File

@@ -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 Playwrights 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.