From 1fcab8365e8bdcf5658bfa601916e074a39a71e7 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 27 Feb 2026 18:45:59 +0300 Subject: Enha: tool filter --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index 8347b77..07caa92 100644 --- a/main.go +++ b/main.go @@ -16,6 +16,7 @@ var ( shellHistory []string shellHistoryPos int = -1 thinkingCollapsed = false + toolCollapsed = false statusLineTempl = "help (F12) | chat: [orange:-:b]%s[-:-:-] (F1) | [%s:-:b]tool use[-:-:-] (ctrl+k) | model: [%s:-:b]%s[-:-:-] (ctrl+l) | [%s:-:b]skip LLM resp[-:-:-] (F10)\nAPI: [orange:-:b]%s[-:-:-] (ctrl+v) | writing as: [orange:-:b]%s[-:-:-] (ctrl+q) | bot will write as [orange:-:b]%s[-:-:-] (ctrl+x)" focusSwitcher = map[tview.Primitive]tview.Primitive{} ) -- cgit v1.2.3