diff options
author | Grail Finder <wohilas@gmail.com> | 2024-12-05 18:36:05 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-12-05 18:36:05 +0300 |
commit | 990e0695c582c2c8d647c258cde0342ac14e3a75 (patch) | |
tree | f773fa8cbd7b86e5cd62517d7d6bb4aebb179bd2 /main.go | |
parent | b9a5c681a6620d9cf68e42fc4ec15d860f50ecd1 (diff) |
Enha: add agent to chat history; gen-regen diff
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ var ( botRespMode = false editMode = false selectedIndex = int(-1) - indexLine = "F12 to show keys help; bot resp mode: %v; current chat: %s" + indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s" focusSwitcher = map[tview.Primitive]tview.Primitive{} ) |