Enha: showSys to skip sys or tool msgs

This commit is contained in:
Grail Finder
2025-08-08 13:08:21 +03:00
parent d7d432b8a1
commit c3a5de7a0d
2 changed files with 3 additions and 3 deletions

2
tui.go
View File

@@ -558,7 +558,7 @@ func init() {
if event.Key() == tcell.KeyF5 {
// switch cfg.ShowSys
cfg.ShowSys = !cfg.ShowSys
textView.SetText(chatToText(cfg.ShowSys)) // TODO: fix removing all new names
textView.SetText(chatToText(cfg.ShowSys))
colorText()
}
if event.Key() == tcell.KeyF6 {