fix: auto-scroll to bottom on user send (#2471) (thanks @kennyklee)

This commit is contained in:
Gustavo Madeira Santana
2026-01-26 23:45:29 -05:00
committed by Gustavo Madeira Santana
parent 913530402d
commit d2b5037203

View File

@@ -60,6 +60,7 @@ Status: unreleased.
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
### Fixes
- macOS: auto-scroll to bottom when sending a new message while scrolled up. (#2471) Thanks @kennyklee.
- Gateway: suppress AbortError and transient network errors in unhandled rejections. (#2451) Thanks @Glucksberg.
- TTS: keep /tts status replies on text-only commands and avoid duplicate block-stream audio. (#2451) Thanks @Glucksberg.
- Security: pin npm overrides to keep tar@7.5.4 for install toolchains.