fix: refine web chat session selector

This commit is contained in:
Peter Steinberger
2026-01-02 10:40:24 +01:00
parent e85c15d178
commit 87127fd133
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@
### Fixes
- Chat UI: keep the chat scrolled to the latest message after switching sessions.
- Chat UI: add extra top padding before the first message bubble in Web Chat (macOS/iOS/Android).
- Control UI: refine Web Chat session selector styling (chevron spacing + background).
- 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.
- Auto-reply: strip stray leading/trailing `HEARTBEAT_OK` from normal replies; drop short (≤ 30 chars) heartbeat acks.