add small model for title generation
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-15 14:00:39 -04:00
parent 0ae563491b
commit 7d7ed19879
6 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ func (a appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case app.SessionSelectedMsg:
messages, err := a.app.ListMessages(context.Background(), msg.ID)
if err != nil {
slog.Error("Failed to list messages", "error", err)
slog.Error("Failed to list messages", "error", err.Error())
return a, toast.NewErrorToast("Failed to open session")
}
a.app.Session = msg