From 7ac85a6d7eba37c7f04d359bf64aef0f1f6bece0 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 22 Dec 2025 12:33:41 +0300 Subject: Enha: statusline cleanup --- helpfuncs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 30d9967..ff4d806 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -236,8 +236,8 @@ func makeStatusLine() string { shellModeInfo = "" } - statusLine := fmt.Sprintf(indexLineCompletion, botRespMode, cfg.AssistantRole, activeChatName, - cfg.ToolUse, chatBody.Model, cfg.SkipLLMResp, cfg.CurrentAPI, cfg.ThinkUse, logLevel.Level(), + statusLine := fmt.Sprintf(indexLineCompletion, botRespMode, activeChatName, + cfg.ToolUse, chatBody.Model, cfg.SkipLLMResp, cfg.CurrentAPI, cfg.ThinkUse, isRecording, persona, botPersona, injectRole) return statusLine + imageInfo + shellModeInfo } -- cgit v1.2.3