summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-18 22:00:52 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-18 22:00:52 +0300
commit931b646c303af84192c36b2825293b86524dd6f3 (patch)
treeb05c79f4688a639ab71fa6a861f42c6137ca0e45 /docs/config.md
parentf560ecf70baa163b7f384b4d8162bf41026e80f9 (diff)
Enha: codingdir for coding assistant
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index e1f7c90..6948ab3 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -145,6 +145,9 @@ This document explains how to set up and configure the application using the `co
#### 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.
+
#### 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.