assistant2: Add `create-file` and `copy-path` tools to the "Code Writer" profile (#27432)

Marshall Bowers created

This PR adds the `create-file` and `copy-path` tools to the "Code
Writer" profile.

Release Notes:

- N/A

Change summary

assets/settings/default.json | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

assets/settings/default.json 🔗

@@ -633,6 +633,8 @@
         "name": "Code Writer",
         "tools": {
           "bash": true,
+          "copy-path": true,
+          "create-file": true,
           "delete-path": true,
           "diagnostics": true,
           "edit-files": true,