Files
chrome-use/src
WenruiUteandClaude Opus 4.6 89f9c97ac2 fix: use correct Browserbase API to release sessions (#707)
Browserbase has no DELETE endpoint for sessions. The correct API is
POST /v1/sessions/:id with body { status: "REQUEST_RELEASE" }. The old
DELETE call returned an error that was silently swallowed, causing every
session to leak until the 30-min idle timeout.

Fixed in both Node.js (src/browser.ts) and native Rust
(cli/src/native/providers.rs) paths.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 22:09:58 -05:00
..
2026-02-23 10:48:07 -06:00
2026-03-03 22:34:07 -06:00
2026-02-19 23:51:09 -06:00
2026-02-19 23:51:09 -06:00
2026-02-03 01:36:19 -06:00
2026-02-03 01:36:19 -06:00
2026-02-03 01:36:19 -06:00