summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-22 12:33:41 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-22 12:33:41 +0300
commit7ac85a6d7eba37c7f04d359bf64aef0f1f6bece0 (patch)
treee96eb95325f5b1d1654211ae3ee819d84e62c300 /helpfuncs.go
parent733036ed8bb3540f261ad238525914a00e24637c (diff)
Enha: statusline cleanup
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go4
1 files changed, 2 insertions, 2 deletions
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
}