summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go1
1 files changed, 1 insertions, 0 deletions
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
}