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

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

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-25 11:23:37 -04:00 committed by GitHub
parent e273de5490
commit e7f7ed349b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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