From 876efb11e7fc32ceb4639dacc4256eb4bc405af7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 15 Jan 2026 10:46:48 +0000 Subject: [PATCH] docs(changelog): note chrome relay fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7076d17..9bef69327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ - Browser: default `browser.defaultProfile` to `chrome` (existing Chrome takeover mode). - Browser: add `clawdbot browser extension install/path` and copy extension path to clipboard. - Browser: add `snapshot refs=aria` (Playwright aria-ref ids) for self-resolving refs across `snapshot` → `act`. +- Browser: `profile="chrome"` now defaults to host control and returns clearer “attach a tab” errors. +- Browser: extension mode recovers when only one tab is attached (stale targetId fallback). - Control UI: show raw any-map entries in config views; move Docs link into the left nav. #### Plugins