summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-29 17:49:01 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-29 17:49:01 +0300
commite121d52846008a4ba71d87f462ae3b937e55cb29 (patch)
tree8c8d691689e493a20f15cf4a293748cbd6964d93 /helpfuncs.go
parent3eaf87cd9d38e845cd4eb5f1396b2aa4c9acd44d (diff)
Doc: update
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpfuncs.go b/helpfuncs.go
index 0710fe8..0efed05 100644
--- a/helpfuncs.go
+++ b/helpfuncs.go
@@ -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