summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-27 11:23:03 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-27 11:23:03 +0300
commitc855c30ae2f0b5fb272ba08826dc3d79f9487c80 (patch)
tree19a7fdc20fcd1c080345e6eb5d5635e082b7a80a /bot.go
parent915b029d2c0fc419c6a844b5f93dc59df9cfd31c (diff)
Enha: save/load message token stats
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index 1367c02..527017f 100644
--- a/bot.go
+++ b/bot.go
@@ -784,7 +784,7 @@ func showSpinner() {
case toolRunningMode:
textArea.SetTitle(spinners[spin] + " tool")
case botRespMode:
- textArea.SetTitle(spinners[spin] + " " + botPersona)
+ textArea.SetTitle(spinners[spin] + " " + botPersona + " (F6 to interrupt)")
default:
textArea.SetTitle(spinners[spin] + " input")
}