diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-27 18:45:59 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-27 18:45:59 +0300 |
| commit | 1fcab8365e8bdcf5658bfa601916e074a39a71e7 (patch) | |
| tree | 0aba354dacc0abd1d20350cff7180f39aea96d32 /main.go | |
| parent | c855c30ae2f0b5fb272ba08826dc3d79f9487c80 (diff) | |
Enha: tool filter
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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{} ) |
