summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-12-05 18:36:05 +0300
committerGrail Finder <wohilas@gmail.com>2024-12-05 18:36:05 +0300
commit990e0695c582c2c8d647c258cde0342ac14e3a75 (patch)
treef773fa8cbd7b86e5cd62517d7d6bb4aebb179bd2 /main.go
parentb9a5c681a6620d9cf68e42fc4ec15d860f50ecd1 (diff)
Enha: add agent to chat history; gen-regen diff
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4b21457..dd296e9 100644
--- a/main.go
+++ b/main.go
@@ -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{}
)