feat: Add settings for read files only from current project

This commit is contained in:
Petr Mironychev
2025-10-21 00:21:53 +02:00
parent 8a4bf54fff
commit 70c610997a
6 changed files with 173 additions and 19 deletions

View File

@ -103,6 +103,7 @@ public:
Utils::BoolAspect useTools{this};
Utils::BoolAspect allowFileSystemRead{this};
Utils::BoolAspect allowFileSystemWrite{this};
Utils::BoolAspect allowReadOutsideProject{this};
Utils::BoolAspect autoApplyFileEdits{this};
Utils::StringAspect caTemplateDescription{this};