From 8458edf5a874903a108f361a4a4795a445254061 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 2 Mar 2026 12:19:50 +0300 Subject: Enha: interrupt llm and tool both --- tui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 366f466..eb1b165 100644 --- a/tui.go +++ b/tui.go @@ -726,6 +726,7 @@ func init() { if event.Key() == tcell.KeyF6 { interruptResp = true botRespMode = false + toolRunningMode = false return nil } if event.Key() == tcell.KeyF7 { -- cgit v1.2.3