From a469c0e261136e019e513818649374aa09df16fb Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 24 Mar 2025 16:22:26 -0400 Subject: [PATCH] assistant2: Add `move-path` tool to the "Code Writer" profile (#27389) This PR adds the `move-path` tool to the "Code Writer" profile. Release Notes: - N/A --- assets/settings/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index b63f22247fbd5d7c9cc8f7eb8fba3096e0a688c8..4bcc764e5daa738f29d7170ec7177f504cf4fbdf 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -638,6 +638,7 @@ "edit-files": true, "fetch": true, "list-directory": true, + "move-path": true, "now": true, "path-search": true, "read-file": true,