diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-28 00:06:09 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-28 00:06:09 +0300 |
| commit | cae7dea2e7c149edd055b542a2a08b53af8a0ac8 (patch) | |
| tree | 5e387c1e6197b91b945fbff01218df45cad86ca2 /helpfuncs.go | |
| parent | 29becaa8c83c8dff8af7623ca71e8021319887ab (diff) | |
| parent | 9d91685e9adde94d20313fb405c4301b4dd59a75 (diff) | |
Merge branch 'master' into doc/tutorial
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpfuncs.go b/helpfuncs.go index ff4d806..0710fe8 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -227,7 +227,6 @@ func makeStatusLine() string { } else { imageInfo = "" } - // Add shell mode status to status line var shellModeInfo string if shellMode { @@ -235,9 +234,9 @@ func makeStatusLine() string { } else { 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 } |
