Merge pull request #475 from rahthakor/feature/ui-enhancements

feat(ui): refactor chat layout with sidebar, message grouping, and nav improvements
This commit is contained in:
Peter Steinberger
2026-01-09 18:54:44 +00:00
committed by GitHub
23 changed files with 2560 additions and 314 deletions

View File

@@ -69,6 +69,7 @@
- Sessions: support session `label` in store/list/UI and allow `sessions_send` lookup by label. (#570) — thanks @azade-c
- Control UI: show/patch per-session reasoning level and render extracted reasoning in chat.
- Control UI: queue outgoing chat messages, add Enter-to-send, and show queued items. (#527) — thanks @YuriNachos
- Control UI: refactor chat layout with tool sidebar, grouped messages, and nav improvements. (#475) — thanks @rahthakor
- Control UI: drop explicit `ui:install` step; `ui:build` now auto-installs UI deps (docs + update flow).
- Telegram: retry long-polling conflicts with backoff to avoid fatal exits.
- Telegram: fix grammY fetch type mismatch when injecting `fetch`. (#512) — thanks @YuriNachos