From edb346d4edc63acb3ed235e6df3464d2ef01ebf7 Mon Sep 17 00:00:00 2001 From: Silvio Junior Date: Tue, 2 Sep 2025 20:38:59 -0400 Subject: [PATCH] Rename smart_edit to replace to align with the EditTool (#7621) --- packages/core/src/tools/smart-edit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/tools/smart-edit.ts b/packages/core/src/tools/smart-edit.ts index a084da5059..6d0342c80b 100644 --- a/packages/core/src/tools/smart-edit.ts +++ b/packages/core/src/tools/smart-edit.ts @@ -705,7 +705,7 @@ export class SmartEditTool extends BaseDeclarativeTool implements ModifiableDeclarativeTool { - static readonly Name = 'smart_edit'; + static readonly Name = 'replace'; constructor(private readonly config: Config) { super(