Update ide-setup.js (#324)

Add missing tools required for editing and executing commands
This commit is contained in:
Jorge Castillo
2025-07-18 03:10:14 +02:00
committed by GitHub
parent aa0e9f9bc4
commit 47b014efa1

View File

@@ -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']
---
`;