Chore: status line, linter complaints

This commit is contained in:
Grail Finder
2026-02-21 10:15:36 +03:00
parent 1675af98d4
commit 85b11fa9ff
5 changed files with 26 additions and 26 deletions

1
tui.go
View File

@@ -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)
}
}