Enha: statusline cleanup

This commit is contained in:
Grail Finder
2025-12-22 12:33:41 +03:00
parent 733036ed8b
commit 7ac85a6d7e
3 changed files with 4 additions and 4 deletions

View File

@@ -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
}