From 6e7a063300b953fe87939d5d22c264700782f479 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 3 Mar 2026 08:27:14 +0300 Subject: Enha: remove window tools if no vision --- tui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tui.go') diff --git a/tui.go b/tui.go index eb1b165..a06a45b 100644 --- a/tui.go +++ b/tui.go @@ -860,6 +860,7 @@ func init() { if event.Key() == tcell.KeyCtrlK { // add message from tools cfg.ToolUse = !cfg.ToolUse + UpdateToolCapabilities() updateStatusLine() return nil } -- cgit v1.2.3