diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-03 08:27:14 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-03 08:27:14 +0300 |
| commit | 6e7a063300b953fe87939d5d22c264700782f479 (patch) | |
| tree | 283afb43af5c4957c04d4a21eebcb0e04be42d4a /tui.go | |
| parent | c05b93299c670f7c54c165d08899fc75ec4c80c1 (diff) | |
Enha: remove window tools if no vision
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -860,6 +860,7 @@ func init() { if event.Key() == tcell.KeyCtrlK { // add message from tools cfg.ToolUse = !cfg.ToolUse + UpdateToolCapabilities() updateStatusLine() return nil } |
