@oh-my-pi/pi-coding-agent
Fixed
- Fixed the browser tool silently launching without its Puppeteer stealth patch: the patch was keyed to
puppeteer-core@25.1.0while the resolved dependency had drifted to25.3.0, so Bun skipped it and Chrome ran with theRuntime.enableautomation tell re-enabled. Regenerated the stealth patch against 25.3.0 and pinnedpuppeteer-coreso the exact-version patch cannot silently deactivate on future drift.
Full Changelog: v16.3.7...v16.3.8