From 0f95f3264246c0a5167e619015eb6bee0b7a3cd7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 03:34:54 +0100 Subject: [PATCH] docs: thank @jverdi in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5385b7c70..e66d5de93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ - Browser tools: add remote CDP URL support, Linux launcher options (`executablePath`, `noSandbox`), and surface `cdpUrl` in status. ### Fixes +- Gmail hooks: auto-restart watcher on gateway restart, prevent double-start, redact gog tokens (thanks @jverdi). - Chat UI: keep the chat scrolled to the latest message after switching sessions. - WebChat: stream live updates for sessions even when runs start outside the chat UI. - Gateway CLI: read `CLAWDIS_GATEWAY_PASSWORD` from environment in `callGateway()` — allows `doctor`/`health` commands to auth without explicit `--password` flag.