Update ide-setup.js (#324)
Add missing tools required for editing and executing commands
This commit is contained in:
@@ -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']
|
||||
---
|
||||
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user