summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-22 16:17:30 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-22 16:17:30 +0300
commitbeb944c39069b4bb737084af5bab012ad0877209 (patch)
treedd20d558bcd3581fa6c6ff2a2267187536117dda /config.example.toml
parent5844dd1494a3190f4f593894b0310330bdcf6b01 (diff)
Enha: filepicker dir as coders dir
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 234e5cd..56502f1 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -45,9 +45,8 @@ STT_LANG = "en" # Language for speech recognition (for WHISPER_BINARY mode)
STT_SR = 16000 # Sample rate for audio recording
#
DBPATH = "gflt.db"
-FilePickerDir = "." # Directory where file picker should start
+FilePickerDir = "." # Directory for file picker start and coding assistant file operations (relative paths resolved against this)
FilePickerExts = "png,jpg,jpeg,gif,webp" # Comma-separated list of allowed file extensions for file picker
-CodingDir = "." # Default directory for coding assistant file operations (relative paths resolved against this)
EnableMouse = false # Enable mouse support in the UI
# character specific context
CharSpecificContextEnabled = true