feat(control-ui): add chat focus mode

This commit is contained in:
Peter Steinberger
2026-01-06 08:16:09 +01:00
parent 173e9f103e
commit 882048d90b
10 changed files with 197 additions and 15 deletions

View File

@@ -55,6 +55,7 @@
- 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.
- Control UI: add Chat focus mode toggle to collapse header + sidebar.
- 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.