From ac0e6a3f26137c86ddfa0be2b309eec510b73df3 Mon Sep 17 00:00:00 2001 From: Anjali Sridhar Date: Tue, 3 Mar 2026 09:42:25 -0800 Subject: [PATCH] Auto-mutation on improver-experiments-20260303_174225 --- packages/core/src/tools/edit.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/tools/edit.ts b/packages/core/src/tools/edit.ts index 40ae914f50..504bed38fc 100644 --- a/packages/core/src/tools/edit.ts +++ b/packages/core/src/tools/edit.ts @@ -922,6 +922,7 @@ export class EditTool { properties: { file_path: { + description: 'The path to the file to modify. This should be an absolute path within the project directory.', description: 'The path to the file to modify.', type: 'string', },