feat: Add max continuation tools settings

This commit is contained in:
Petr Mironychev
2026-04-23 19:23:18 +02:00
parent d2c1e39a2e
commit c73b71f328
5 changed files with 20 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ public:
Utils::BoolAspect allowAccessOutsideProject{this};
Utils::BoolAspect autoApplyFileEdits{this};
Utils::IntegerAspect maxToolContinuations{this};
Utils::BoolAspect enableListProjectFilesTool{this};
Utils::BoolAspect enableFindFileTool{this};