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 | |
| parent | f560ecf70baa163b7f384b4d8162bf41026e80f9 (diff) | |
Enha: codingdir for coding assistant
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index e8c7bd4..8f1925c 100644 --- a/config/config.go +++ b/config/config.go @@ -31,6 +31,7 @@ type Config struct { DBPATH string `toml:"DBPATH"` FilePickerDir string `toml:"FilePickerDir"` FilePickerExts string `toml:"FilePickerExts"` + CodingDir string `toml:"CodingDir"` ImagePreview bool `toml:"ImagePreview"` EnableMouse bool `toml:"EnableMouse"` // embeddings |
