fix: sessions label lookup and persistence (#570) (thanks @azade-c)

This commit is contained in:
Peter Steinberger
2026-01-09 14:01:49 +01:00
parent e24e0cf364
commit 56e77f6843
7 changed files with 123 additions and 69 deletions
+1
View File
@@ -44,6 +44,7 @@
- Control UI: logs tab opens at the newest entries (bottom).
- Control UI: add Docs link, remove chat composer divider, and add New session button.
- Control UI: link sessions list to chat view. (#471) — thanks @HazAT
- 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: drop explicit `ui:install` step; `ui:build` now auto-installs UI deps (docs + update flow).