fix(ui): scroll chat to bottom on initial load

This commit is contained in:
Peter Steinberger
2026-01-06 07:49:12 +01:00
parent b584770055
commit 5b183b4fe3
2 changed files with 26 additions and 19 deletions

View File

@@ -50,6 +50,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.