From beb944c39069b4bb737084af5bab012ad0877209 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 22 Feb 2026 16:17:30 +0300 Subject: Enha: filepicker dir as coders dir --- config.example.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.example.toml') 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 -- cgit v1.2.3