From 931b646c303af84192c36b2825293b86524dd6f3 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 18 Feb 2026 22:00:52 +0300 Subject: Enha: codingdir for coding assistant --- config.example.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.example.toml') 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 -- cgit v1.2.3