From de7f567b9aff71b3554924c722411923e597154b Mon Sep 17 00:00:00 2001 From: rahthakor Date: Thu, 15 Jan 2026 01:38:49 +0530 Subject: [PATCH] docs(changelog): add gateway fix entries --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d64e8c8..ad613062a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - Docs: standardize Claude Code CLI naming across docs and prompts. (follow-up to #915) ### Fixes +- Mac: pass auth token/password to dashboard URL for authenticated access. +- UI: use application-defined WebSocket close code (browser compatibility). - Gateway/Dev: ensure `pnpm gateway:dev` always uses the dev profile config + state (`~/.clawdbot-dev`). - macOS: fix cron preview/testing payload to use `channel` key. (#867) — thanks @wes-davis. - Telegram: honor `channels.telegram.timeoutSeconds` for grammY API requests. (#863) — thanks @Snaver.