docs(changelog): add gateway fix entries

This commit is contained in:
rahthakor
2026-01-15 01:38:49 +05:30
committed by Peter Steinberger
parent 0eabc89840
commit de7f567b9a

View File

@@ -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.