diff options
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 4 |
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 } |
