diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-18 22:00:52 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-18 22:00:52 +0300 |
| commit | 931b646c303af84192c36b2825293b86524dd6f3 (patch) | |
| tree | b05c79f4688a639ab71fa6a861f42c6137ca0e45 /config.example.toml | |
| parent | f560ecf70baa163b7f384b4d8162bf41026e80f9 (diff) | |
Enha: codingdir for coding assistant
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index c2ec684..3e2ec77 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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 |
