From 9af21895c6d15e7ab648f35acd44afc9675b54b7 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 24 Feb 2026 08:59:34 +0300 Subject: Chore: remove cfg.ThinkUse move cleaning image attachment to the end of chatRound fmt cleanup --- tui.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 0e95709..c7bfa06 100644 --- a/tui.go +++ b/tui.go @@ -995,13 +995,6 @@ func init() { } // go chatRound(msgText, persona, textView, false, false) chatRoundChan <- &models.ChatRoundReq{Role: persona, UserMsg: msgText} - // Also clear any image attachment after sending the message - go func() { - // Wait a short moment for the message to be processed, then clear the image attachment - // This allows the image to be sent with the current message if it was attached - // But clears it for the next message - ClearImageAttachment() - }() } return nil } -- cgit v1.2.3