diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-31 16:18:18 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-31 16:18:18 +0300 |
| commit | 5b8880ebc80e3ce4ab4bc5118d1ca657e84c8834 (patch) | |
| tree | 87a00c2cb69792835e93cb7f094d26c2f35f054b /config/config.go | |
| parent | 03e1f5dc6dc12a0128dcff3f2a0b8cb128bf04a8 (diff) | |
Feat: scroll to end toggle
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
