fix: dashboard auth query items (#918) - thanks @rahthakor

Co-authored-by: Rahul Thakor <rahthakor@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-14 23:36:23 +00:00
parent de7f567b9a
commit 983e1b2303
2 changed files with 8 additions and 5 deletions

View File

@@ -8,8 +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).
- Mac: pass auth token/password to dashboard URL for authenticated access. (#918) — thanks @rahthakor.
- UI: use application-defined WebSocket close code (browser compatibility). (#918) — thanks @rahthakor.
- 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.