diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-21 10:15:36 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-21 10:15:36 +0300 |
| commit | 85b11fa9ffd5f72b0b76200d2fa590960273410b (patch) | |
| tree | f2e46eaea08ab673d75d4a196e4093948e96ee63 /tui.go | |
| parent | 1675af98d40a3f1a1d2dd57caaa7a51896fd0b01 (diff) | |
Chore: status line, linter complaints
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -835,6 +835,7 @@ func init() { lastMsg := chatBody.Messages[len(chatBody.Messages)-1] cleanedText := models.CleanText(lastMsg.Content) if cleanedText != "" { + // nolint: errcheck go orator.Speak(cleanedText) } } |
