From 741e1b1c1bbf91fe9a00d014dc96bc36a20fb7b1 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:22:47 -0400 Subject: [PATCH] chore(tools/multiedit): improve tool description --- internal/agent/tools/multiedit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/tools/multiedit.md b/internal/agent/tools/multiedit.md index 1f281ed978b8385ff96ab659d9d96b4166f65406..26c0a87dca3dd6112131a5cf42f8708e6e1087b0 100644 --- a/internal/agent/tools/multiedit.md +++ b/internal/agent/tools/multiedit.md @@ -1,4 +1,4 @@ -Makes multiple edits to a single file in one operation. Built on Edit tool for efficient multiple find-and-replace operations. Prefer over Edit tool for multiple edits to same file. +Apply multiple find-and-replace edits to a single file in one operation; edits run sequentially. Prefer over edit for multiple changes to the same file. Same exact-match rules as edit apply. 1. Use View tool to understand file contents and context