feat(core): rename search_file_content tool to grep_search and add legacy alias (#18003)

This commit is contained in:
Sandy Tao
2026-02-02 20:18:24 -08:00
committed by GitHub
parent ed26ea49e9
commit 5b254c379c
10 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ priority = 50
modes = ["plan"]
[[rule]]
toolName = "search_file_content"
toolName = "grep_search"
decision = "allow"
priority = 50
modes = ["plan"]
@@ -31,7 +31,7 @@ decision = "allow"
priority = 50
[[rule]]
toolName = "search_file_content"
toolName = "grep_search"
decision = "allow"
priority = 50