summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-27 18:45:59 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-27 18:45:59 +0300
commit1fcab8365e8bdcf5658bfa601916e074a39a71e7 (patch)
tree0aba354dacc0abd1d20350cff7180f39aea96d32 /main.go
parentc855c30ae2f0b5fb272ba08826dc3d79f9487c80 (diff)
Enha: tool filter
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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{}
)