From 5b8880ebc80e3ce4ab4bc5118d1ca657e84c8834 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 31 Dec 2025 16:18:18 +0300 Subject: Feat: scroll to end toggle --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 112986b..ff428c9 100644 --- a/config/config.go +++ b/config/config.go @@ -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 -- cgit v1.2.3