From c855c30ae2f0b5fb272ba08826dc3d79f9487c80 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 27 Feb 2026 11:23:03 +0300 Subject: Enha: save/load message token stats --- helpfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 356dd37..f47fdd1 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -359,7 +359,7 @@ func makeStatusLine() string { } // Get model color based on load status for local llama.cpp models modelColor := getModelColor() - statusLine := fmt.Sprintf(statusLineTempl, boolColors[botRespMode], activeChatName, + statusLine := fmt.Sprintf(statusLineTempl, activeChatName, boolColors[cfg.ToolUse], modelColor, chatBody.Model, boolColors[cfg.SkipLLMResp], cfg.CurrentAPI, persona, botPersona) if cfg.STT_ENABLED { -- cgit v1.2.3