diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-02 12:19:50 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-02 12:19:50 +0300 |
| commit | 8458edf5a874903a108f361a4a4795a445254061 (patch) | |
| tree | 1f760754c9430b33b74044653916540b7fb332e5 /tui.go | |
| parent | 07b06bb0d32ce86b8aa1b8d6157eedca89c52152 (diff) | |
Enha: interrupt llm and tool both
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -726,6 +726,7 @@ func init() { if event.Key() == tcell.KeyF6 { interruptResp = true botRespMode = false + toolRunningMode = false return nil } if event.Key() == tcell.KeyF7 { |
