diff --git a/tools/installer/lib/ide-setup.js b/tools/installer/lib/ide-setup.js index d37177c7..81878371 100644 --- a/tools/installer/lib/ide-setup.js +++ b/tools/installer/lib/ide-setup.js @@ -960,7 +960,7 @@ class IdeSetup { let chatmodeContent = `--- description: "${description.replace(/"/g, '\\"')}" -tools: ['changes', 'codebase', 'fetch', 'findTestFiles', 'githubRepo', 'problems', 'usages'] +tools: ['changes', 'codebase', 'fetch', 'findTestFiles', 'githubRepo', 'problems', 'usages', 'editFiles', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure'] --- `;