agent: Disable redundant tools (might delete later) (#28114)

Agus Zubiaga created

Release Notes:

- agent: Disable tools that are redundant in the presence of the bash
tool

Change summary

assets/settings/default.json | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)

Detailed changes

assets/settings/default.json 🔗

@@ -644,7 +644,7 @@
         "tools": {
           "diagnostics": true,
           "fetch": true,
-          "list_directory": true,
+          "list_directory": false,
           "now": true,
           "path_search": true,
           "read_file": true,
@@ -659,15 +659,14 @@
           "bash": true,
           "batch_tool": true,
           "code_symbols": true,
-          "copy_path": true,
+          "copy_path": false,
           "create_file": true,
-          "delete_path": true,
+          "delete_path": false,
           "diagnostics": true,
           "find_replace_file": true,
-          "edit_files": false,
           "fetch": true,
-          "list_directory": true,
-          "move_path": true,
+          "list_directory": false,
+          "move_path": false,
           "now": true,
           "path_search": true,
           "read_file": true,