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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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