agent: Update tool names in default profiles to reflect snake_cased rename (#27907)

Marshall Bowers created

This PR updates the tool names in the default profiles, as they were not
updated after the tool names were changed to snake_case in #27903.

Release Notes:

- N/A

Change summary

assets/settings/default.json | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)

Detailed changes

assets/settings/default.json 🔗

@@ -642,11 +642,11 @@
         "tools": {
           "diagnostics": true,
           "fetch": true,
-          "list-directory": true,
+          "list_directory": true,
           "now": true,
-          "path-search": true,
-          "read-file": true,
-          "regex-search": true,
+          "path_search": true,
+          "read_file": true,
+          "regex_search": true,
           "thinking": true
         }
       },
@@ -655,22 +655,22 @@
         "enable_all_context_servers": true,
         "tools": {
           "bash": true,
-          "batch-tool": true,
-          "code-symbols": true,
-          "copy-path": true,
-          "create-file": true,
-          "delete-path": true,
+          "batch_tool": true,
+          "code_symbols": true,
+          "copy_path": true,
+          "create_file": true,
+          "delete_path": true,
           "diagnostics": true,
-          "find-replace-file": true,
-          "edit-files": false,
+          "find_replace_file": true,
+          "edit_files": false,
           "fetch": true,
-          "list-directory": true,
-          "move-path": true,
+          "list_directory": true,
+          "move_path": true,
           "now": true,
-          "path-search": true,
-          "read-file": true,
-          "regex-search": true,
-          "symbol-info": true,
+          "path_search": true,
+          "read_file": true,
+          "regex_search": true,
+          "symbol_info": true,
           "thinking": true
         }
       }