fix(ui): show session labels in selector and standardize session key prefixes

- Display session labels in the session selector
- Cap selector width to 300px
- Standardize key prefixes and fallback names for subagent and cron job sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Tyler Yust
2026-02-15 14:19:54 -08:00
parent d491c789a3
commit a948212ca7
3 changed files with 282 additions and 39 deletions

View File

@@ -333,7 +333,7 @@
.chat-controls__session {
min-width: 140px;
max-width: 420px;
max-width: 300px;
}
.chat-controls__thinking {
@@ -400,7 +400,7 @@
.chat-controls__session select {
padding: 6px 10px;
font-size: 13px;
max-width: 420px;
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
}