diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-28 10:23:03 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-28 10:23:03 +0300 |
| commit | d79760a28927de773a0fff46b7482431d8f504cd (patch) | |
| tree | b424f6f4e8aa08e74ba6aa1f150cfea3e2d4bd6c /main.go | |
| parent | 2580360f919c234deba0756f99d25f44046bf667 (diff) | |
Fix: do not delete tool calls or lose them on copy
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ var ( shellHistory []string shellHistoryPos int = -1 thinkingCollapsed = false - toolCollapsed = false + toolCollapsed = true 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{} ) |
