Merge pull request #274 from kiranjd/fix/chat-scroll-to-bottom

fix(ui): scroll chat to bottom on initial load
This commit is contained in:
Peter Steinberger
2026-01-06 06:49:29 +00:00
committed by GitHub
2 changed files with 36 additions and 19 deletions

View File

@@ -54,6 +54,7 @@
- Control UI: animate reading indicator dots (honors reduced-motion).
- Control UI: stabilize chat streaming during tool runs (no flicker/vanishing text; correct run scoping).
- Control UI: let config-form enums select empty-string values. Thanks @sreekaransrinath for PR #268.
- Control UI: scroll chat to bottom on initial load. Thanks @kiranjd for PR #274.
- Status: show runtime (docker/direct) and move shortcuts to `/help`.
- Status: show model auth source (api-key/oauth).
- Block streaming: avoid splitting Markdown fenced blocks and reopen fences when forced to split.