summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-02 12:19:50 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-02 12:19:50 +0300
commit8458edf5a874903a108f361a4a4795a445254061 (patch)
tree1f760754c9430b33b74044653916540b7fb332e5 /tui.go
parent07b06bb0d32ce86b8aa1b8d6157eedca89c52152 (diff)
Enha: interrupt llm and tool both
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go1
1 files changed, 1 insertions, 0 deletions
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 {