From 5f990fb3a2b7c4c05b79c74cd11ffd6a7177c4de Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 1 Jan 2026 16:15:17 +0000 Subject: [PATCH] docs: note browser resiliency and reset --- CHANGELOG.md | 2 ++ docs/browser.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5194f825..fa8a57b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ ### Fixes - Docs/agent tools: clarify that browser `wait` should be avoided by default and used only in exceptional cases. - Browser tools: `upload` supports auto-click refs, direct `inputRef`/`element` file inputs, and emits input/change after `setFiles` so JS-heavy sites pick up attachments. +- Browser tools: harden CDP readiness (HTTP + WS), retry CDP connects, and auto-restart the clawd browser when the socket handshake stalls. +- Browser CLI: add `clawdis browser reset-profile` to move the clawd profile to Trash when it gets wedged. - Signal: fix daemon startup race (wait for `/api/v1/check`) and normalize JSON-RPC `version` probe parsing. - Docs/Signal: clarify bot-number vs personal-account setup (self-chat loop protection) and add a quickstart config snippet. - macOS: Voice Wake now fully tears down the Speech pipeline when disabled (cancel pending restarts, drop stale callbacks) to avoid high CPU in the background. diff --git a/docs/browser.md b/docs/browser.md index df49984c3..0c63f69e2 100644 --- a/docs/browser.md +++ b/docs/browser.md @@ -158,6 +158,7 @@ Basics: - `clawdis browser status` - `clawdis browser start` - `clawdis browser stop` +- `clawdis browser reset-profile` - `clawdis browser tabs` - `clawdis browser open https://example.com` - `clawdis browser focus abcd1234`