From 887fab53f3afcf37c9c75c606f64988d25e4dade Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:15:08 -0400 Subject: [PATCH] chore(tools/edit): improve tool description --- internal/agent/tools/edit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/tools/edit.md b/internal/agent/tools/edit.md index 2d2d9b0867076bac27aa196c4ae1d16bfe7d61eb..3e5fa1cf6bcb004a6792a0ced504998bc8d6f0b8 100644 --- a/internal/agent/tools/edit.md +++ b/internal/agent/tools/edit.md @@ -1,4 +1,4 @@ -Edits files by replacing text, creating new files, or deleting content. For moving/renaming use Bash 'mv'. For large edits use Write tool. +Edit a file by exact find-and-replace; can also create or delete content. For renames/moves use bash. For large edits use write. 1. Use View tool to understand file contents and context