From ef73926db6ef6205cef3177ea4c085ca9121ffd5 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:45:16 -0500 Subject: chore: include model release date --- packages/tui/internal/tui/tui.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/tui/internal') diff --git a/packages/tui/internal/tui/tui.go b/packages/tui/internal/tui/tui.go index 4fb3e90dc..106c135d0 100644 --- a/packages/tui/internal/tui/tui.go +++ b/packages/tui/internal/tui/tui.go @@ -282,6 +282,8 @@ func (a appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { return updated, cmd } } + case error: + return a, toast.NewErrorToast(msg.Error()) case app.SendMsg: a.showCompletionDialog = false cmd := a.app.SendChatMessage(context.Background(), msg.Text, msg.Attachments) -- cgit v1.2.3