From 0c9c590d8f9c49578515ccaf19bb11431cf4e721 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 3 Mar 2026 09:15:18 +0300 Subject: Enha (playwright): conditionaly install and use tools --- tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index a06a45b..bdf1c9b 100644 --- a/tui.go +++ b/tui.go @@ -860,7 +860,7 @@ func init() { if event.Key() == tcell.KeyCtrlK { // add message from tools cfg.ToolUse = !cfg.ToolUse - UpdateToolCapabilities() + updateToolCapabilities() updateStatusLine() return nil } -- cgit v1.2.3