Enha: interrupt llm and tool both

This commit is contained in:
Grail Finder
2026-03-02 12:19:50 +03:00
parent 07b06bb0d3
commit 8458edf5a8
2 changed files with 6 additions and 1 deletions

1
tui.go
View File

@@ -726,6 +726,7 @@ func init() {
if event.Key() == tcell.KeyF6 {
interruptResp = true
botRespMode = false
toolRunningMode = false
return nil
}
if event.Key() == tcell.KeyF7 {