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 manjaroblack
parent 28f2d9d29b
commit 5caa3db542
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ class IdeSetup {
let chatmodeContent = `--- let chatmodeContent = `---
description: "${description.replace(/"/g, '\\"')}" 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']
--- ---
`; `;