Doc: update

This commit is contained in:
Grail Finder
2025-12-29 17:49:01 +03:00
parent 3eaf87cd9d
commit e121d52846
3 changed files with 44 additions and 1 deletions

View File

@@ -235,7 +235,6 @@ func makeStatusLine() string {
shellModeInfo = ""
}
statusLine := fmt.Sprintf(indexLineCompletion, botRespMode, activeChatName,
cfg.ToolUse, chatBody.Model, cfg.SkipLLMResp, cfg.CurrentAPI, cfg.ThinkUse,
cfg.ToolUse, chatBody.Model, cfg.SkipLLMResp, cfg.CurrentAPI,
isRecording, persona, botPersona, injectRole)
return statusLine + imageInfo + shellModeInfo