feat: add last message preview to session picker

Read the final user/assistant message from session transcripts and display
it in the picker alongside the session update time. Allows quick previews
of what's in each session without opening it.
This commit is contained in:
CJ Winslow
2026-01-18 18:14:09 -08:00
committed by Peter Steinberger
parent 14f56a4e18
commit 1d9d5b30ce
6 changed files with 90 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ export type GatewaySessionRow = {
label?: string;
displayName?: string;
derivedTitle?: string;
lastMessagePreview?: string;
channel?: string;
subject?: string;
groupChannel?: string;