From 4e541e1910f3f2d8362259da1b0776f59e6a12c9 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 5 Jan 2026 12:49:11 -0500 Subject: [PATCH] chore(ui): add TODO for model API and auth validation --- internal/ui/model/ui.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/ui/model/ui.go b/internal/ui/model/ui.go index 0f5dfecad68c00659b4c13ddd2c632844fd6e9da..6072c4292c07aebbd92a1329944bc20b9826bb48 100644 --- a/internal/ui/model/ui.go +++ b/internal/ui/model/ui.go @@ -579,6 +579,8 @@ func (m *UI) handleKeyPressMsg(msg tea.KeyPressMsg) tea.Cmd { break } + // TODO: Validate model API and authentication here? + cfg := m.com.Config() if cfg == nil { cmds = append(cmds, uiutil.ReportError(errors.New("configuration not found")))