From 47b014efa167e394f35622db5f808bf77c7823d3 Mon Sep 17 00:00:00 2001 From: Jorge Castillo Date: Fri, 18 Jul 2025 03:10:14 +0200 Subject: [PATCH] Update ide-setup.js (#324) Add missing tools required for editing and executing commands --- tools/installer/lib/ide-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] --- `;