Feat: scroll to end toggle

This commit is contained in:
Grail Finder
2025-12-31 16:18:18 +03:00
parent 03e1f5dc6d
commit 5b8880ebc8
4 changed files with 39 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ type Config struct {
AssistantRole string `toml:"AssistantRole"`
SysDir string `toml:"SysDir"`
ChunkLimit uint32 `toml:"ChunkLimit"`
AutoScrollEnabled bool `toml:"AutoScrollEnabled"`
WriteNextMsgAs string
WriteNextMsgAsCompletionAgent string
SkipLLMResp bool