Enha: codingdir for coding assistant

This commit is contained in:
Grail Finder
2026-02-18 22:00:52 +03:00
parent f560ecf70b
commit 931b646c30
7 changed files with 61 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ STT_SR = 16000 # Sample rate for audio recording
DBPATH = "gflt.db"
FilePickerDir = "." # Directory where file picker should start
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