diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-22 16:17:30 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-22 16:17:30 +0300 |
| commit | beb944c39069b4bb737084af5bab012ad0877209 (patch) | |
| tree | dd20d558bcd3581fa6c6ff2a2267187536117dda /docs | |
| parent | 5844dd1494a3190f4f593894b0310330bdcf6b01 (diff) | |
Enha: filepicker dir as coders dir
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/config.md b/docs/config.md index 0ed3d04..c5a70b2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -140,13 +140,7 @@ This document explains how to set up and configure the application using the `co - Path to the SQLite database file used for storing conversation history and other data. #### FilePickerDir (`"."`) -- Directory where the file (image) picker should start when selecting files. - -#### FilePickerExts (`"png,jpg,jpeg,gif,webp"`) -- Comma-separated list of allowed file extensions for the file picker. - -#### CodingDir (`"."`) -- Default directory for coding assistant file operations. Relative paths in file tools (file_read, file_write, etc.) are resolved against this directory. Use absolute paths (starting with `/`) to bypass this. +- Directory where the file picker starts and where relative paths in coding assistant file tools (file_read, file_write, etc.) are resolved against. Use absolute paths (starting with `/`) to bypass this. #### EnableMouse (`false`) - Enable or disable mouse support in the UI. When set to `true`, allows clicking buttons and interacting with UI elements using the mouse, but prevents the terminal from handling mouse events normally (such as selecting and copying text). When set to `false`, enables default terminal behavior allowing you to select and copy text, but disables mouse interaction with UI elements. |
