Enha: remove window tools if no vision

This commit is contained in:
Grail Finder
2026-03-03 08:27:14 +03:00
parent c05b93299c
commit 6e7a063300
3 changed files with 20 additions and 1 deletions

1
tui.go
View File

@@ -860,6 +860,7 @@ func init() {
if event.Key() == tcell.KeyCtrlK {
// add message from tools
cfg.ToolUse = !cfg.ToolUse
UpdateToolCapabilities()
updateStatusLine()
return nil
}